the quotes are indeed required by the ini format AND php 5.3 on *.nix
(we found out lately), the manual has some examples without quotes...
-Bart
Paweł Chuchmała schreef:
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 <[email protected]> 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 &
vince. wrote:
Hey,
Use the & HTML Entity which is &
-----
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.