Hey, I am not sure the config_ini parser allows those kind of characters. Try using an XML parser or an array one instead and maybe that will work. Beside you can always overload the config value trough your script somewhere in the constructor.
Vince. On Mon, Apr 6, 2009 at 11:51 AM, 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. > > -- Vincent Gabriel. Lead Developer, Senior Support. Zend Certified Engineer. Zend Framework Certified Engineer.
