application.job = "/usr/local/bin/php
/home/admin/domains/app/jobs/job.php > /dev/null 2> /dev/null &"
Doesn;t work?


On Mon, Apr 6, 2009 at 10:51, PHPScriptor <cont...@phpscriptor.com> wrote:
>
> Well, I don't think that's going to work. 'Cause I want to use it for a unix
> command.
>
> in my config.ini:
>
> application.job = /usr/local/bin/php /home/admin/domains/app/jobs/job.php >
> /dev/null 2> /dev/null &
>
> With this command I execute a php job in the background with passthru, so
> that I don't have to wait until the script is finished. But the unix command
> doesn't know &amp;
>
>
> vince. wrote:
>>
>> Hey,
>>
>> Use the & HTML Entity which is &amp;
>>
>>
>
>
> -----
> visit my website at  http://www.phpscriptor.com/ http://www.phpscriptor.com/
> --
> View this message in context: 
> http://www.nabble.com/Zend_Config_Ini-and---tp22904165p22904651.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>



-- 
Paweł Chuchmała
pawel.chuchmala at gmail dot com

Reply via email to