Development

Changeset 7316

You must first sign up to be able to contribute.

Changeset 7316

Show
Ignore:
Timestamp:
02/04/08 10:00:40 (10 months ago)
Author:
xavier
Message:

sfJobQueuePlugin: rather use sfToolkit::getPHPCli() (thanks for the remark to Robert Schmelzer)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfJobQueuePlugin/trunk/lib/sfJobQueueManager.class.php

    r7227 r7316  
    5959            $this->logger->log(sprintf('Starting queue "%s".', $sf_job_queue->getName())); 
    6060            $command = sprintf('(%s symfony sfqueue-start-queue %s "%s" >> %s) > /dev/null &', 
    61                                sfConfig::get('app_sfJobQueuePlugin_php', 'php'), 
     61                               sfConfig::get('app_sfJobQueuePlugin_php', sfToolkit::getPHPCli()), 
    6262                               $app, 
    6363                               $sf_job_queue->getName(),