Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7395 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46514 invoked by uid 1010); 29 Jan 2004 06:03:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46416 invoked from network); 29 Jan 2004 06:03:18 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 29 Jan 2004 06:03:18 -0000 Received: from DELL (c-24-6-108-60.client.comcast.net [24.6.108.60]) by colo.lerdorf.com (8.12.11/8.12.11/Debian-1) with ESMTP id i0T63Hwo013551; Wed, 28 Jan 2004 22:03:17 -0800 Date: Wed, 28 Jan 2004 22:01:42 -0800 (Pacific Standard Time) To: Sascha Schumann cc: internals@lists.php.net In-Reply-To: Message-ID: References: X-X-Sender: rasmus@lerdorf.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on colo Subject: Re: [PHP-DEV] apache2 sapis and conf handling From: rasmus@php.net (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 > apply_config(), but we don't attempt to reset it. 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. -Rasmus