Re: [PHP] CLI php: how to use different php.ini file

2003-07-22 Thread Jean-Christian IMbeault
Jacob Vennervald Madsen wrote: > > php -c Thanks! I hate to say it but this was actually in the manual :( I just didn't know where to look ... http://php.net/manual/en/features.commandline.php Jean-Christian Imbeault -- PHP General Mailing List (

Re: [PHP] CLI php: how to use different php.ini file

2003-07-22 Thread Jacob Vennervald Madsen
php -c Jacob Vennervald On Tue, 2003-07-22 at 12:52, Jean-Christian IMbeault wrote: > 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

[PHP] CLI php: how to use different php.ini file

2003-07-22 Thread Jean-Christian IMbeault
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 eithe