I am running some cronjob scripts that are written in PHP. However things are not working as expected because my php.ini file auto-prepends a file. This auto-prepending is meant for my PHP web pages and I don't want it loaded when I run PHP from the command line.

Is there a way from me to either use a different php.ini file for my CLI PHP calls or to tell PHP *not* to auto-prepend the file?

Thanks,

Jean-Christian Imbeault


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to