Re: [PHP-DEV] apache2 sapis and conf handling

2004-01-29 Thread Ilia Alshanetsky
On January 29, 2004 01:01 am, Rasmus Lerdorf wrote: > Right, that was what I was verifying. I couldn't see any place where a > reset was done at all, so I thought maybe it was hidden away somewhere. > Looks like we need to fix that. I'll have a look at it tomorrow. Already done :). Ilia -- PH

Re: [PHP-DEV] apache2 sapis and conf handling

2004-01-28 Thread Rasmus Lerdorf
On Thu, 29 Jan 2004, Sascha Schumann wrote: > On Wed, 28 Jan 2004, Rasmus Lerdorf wrote: > > > Sascha, not sure if you followed the discussion regarding the conf > > Apparently, the apache2 sapis don't call zend_ini_deactivate > at all. The current configuration is activated using > a

Re: [PHP-DEV] apache2 sapis and conf handling

2004-01-28 Thread Sascha Schumann
On Wed, 28 Jan 2004, Rasmus Lerdorf wrote: > Sascha, not sure if you followed the discussion regarding the conf Apparently, the apache2 sapis don't call zend_ini_deactivate at all. The current configuration is activated using apply_config(), but we don't attempt to reset it. So,

[PHP-DEV] apache2 sapis and conf handling

2004-01-28 Thread Rasmus Lerdorf
Sascha, not sure if you followed the discussion regarding the conf settings bleeding from one request to the next in the apache1 sapis. We finally tracked it down to a forgotten zend_ini_deactivate() call in the xbithack handler. There are some reports that this is also a problem under Apache