Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7394 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39936 invoked by uid 1010); 29 Jan 2004 06:00:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39900 invoked from network); 29 Jan 2004 06:00:24 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 29 Jan 2004 06:00:24 -0000 Received: (qmail 17054 invoked by uid 501); 29 Jan 2004 06:00:23 -0000 Received: from unknown (HELO eco.foo) (80.143.35.85) by kdserv.de with SMTP; 29 Jan 2004 06:00:23 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id 23EDA1DE9; Thu, 29 Jan 2004 07:00:22 +0100 (CET) Date: Thu, 29 Jan 2004 07:00:21 +0100 (CET) X-X-Sender: sas@eco.foo To: Rasmus Lerdorf Cc: internals@lists.php.net In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] apache2 sapis and conf handling From: sascha@schumann.cx (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, the bug seems to affect the apache2 sapis as well, albeit in a more 'reliable' way. - Sascha