[PHP] Overriding php.ini at runtime

2002-01-15 Thread Daniel Grace
I'm using the PHP CGI (4.1.0) with Apache (1.3.22) (would rather use the module, but have a setup that requires suEXEC and the like and I've hacked a few things together to make things work and all that.) and have came up with a bit of a dilemma. I need a way to override the php.ini file at page

Re: [PHP] Overriding php.ini at runtime

2002-01-15 Thread Jason Wong
On Tuesday 15 January 2002 17:24, Daniel Grace wrote: I'm using the PHP CGI (4.1.0) with Apache (1.3.22) (would rather use the module, but have a setup that requires suEXEC and the like and I've hacked a few things together to make things work and all that.) and have came up with a bit of a

Re: [PHP] Overriding php.ini at runtime

2002-01-15 Thread Daniel Grace
Jason Wong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On Tuesday 15 January 2002 17:24, Daniel Grace wrote: Is there an equivalent to the php_ini directive available for the CGI version Some settings in php.ini can be changed at run-time using ini_set(). Check

Re: [PHP] Overriding php.ini at runtime

2002-01-15 Thread Jason Wong
On Tuesday 15 January 2002 18:31, Daniel Grace wrote: Jason Wong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On Tuesday 15 January 2002 17:24, Daniel Grace wrote: Is there an equivalent to the php_ini directive available for the CGI version Some settings in