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
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
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,
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