[PHP] Shared mod_php doesn't always load php.ini

2004-01-23 Thread Nico Sabbi


Hi,
I noticed that often mod_php loaded as a shared library by apache doesn't
load php.ini,
and I have to restart apache to make it work.

Apache version is 1.3.28 and Php is 4.3.4, all compiled by me.
They are running on an updated RedHat 7.3.

Is it a known (and solved) problem?

Thanks.

Nico Sabbi - Officine Digitali - Bologna
Tel. 051 - 4187565

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



Re: [PHP] Shared mod_php doesn't always load php.ini

2004-01-23 Thread Matt Matijevich
snip
Hi,
I noticed that often mod_php loaded as a shared library by apache
doesn't
load php.ini,
and I have to restart apache to make it work.

Apache version is 1.3.28 and Php is 4.3.4, all compiled by me.
They are running on an updated RedHat 7.3.

Is it a known (and solved) problem?
/snip

I may be way off base here (I am far from an expert on apache), but I
think when you use mod_php, the php.ini is only loaded one time, right
when apache starts up.

Some of the other posters can probably tell you if I am correct or
not.

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



Re: [PHP] Shared mod_php doesn't always load php.ini

2004-01-23 Thread Stuart
Matt Matijevich wrote:
snip
Hi,
I noticed that often mod_php loaded as a shared library by apache
doesn't
load php.ini,
and I have to restart apache to make it work.
Apache version is 1.3.28 and Php is 4.3.4, all compiled by me.
They are running on an updated RedHat 7.3.
Is it a known (and solved) problem?
/snip
I may be way off base here (I am far from an expert on apache), but I
think when you use mod_php, the php.ini is only loaded one time, right
when apache starts up.
Some of the other posters can probably tell you if I am correct or
not.
Yup, that's correct.

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