Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82616 invoked from network); 15 Mar 2003 01:14:11 -0000 Received: from unknown (HELO cs78146114.pp.htv.fi) (62.78.146.114) by pb1.pair.com with SMTP; 15 Mar 2003 01:14:11 -0000 Received: from localhost (jani@localhost) by cs78146114.pp.htv.fi (8.11.6/8.11.6) with ESMTP id h2F1EBV01958; Sat, 15 Mar 2003 03:14:12 +0200 X-Authentication-Warning: cs78146114.pp.htv.fi: jani owned process doing -bs Date: Sat, 15 Mar 2003 03:14:11 +0200 (EET) Sender: jani@cs78146114.pp.htv.fi Reply-To: Jani Taskinen To: Mike Robinson cc: internals@lists.php.net In-Reply-To: <000001c2ea5b$e8e23ea0$030210ac@mrobinson> Message-ID: References: <000001c2ea5b$e8e23ea0$030210ac@mrobinson> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] PHP-4.3.2 & Apache2 From: sniper@iki.fi (Jani Taskinen) On Fri, 14 Mar 2003, Mike Robinson wrote: >I'm curious as to what the status is of the fixed apache2handler >stuff that was discussed regarding whether or not to include it >in the 4.3 tree. I was under the impression that despite some >reluctance to include it (because it was new), it was decided to >include it because it was actually a fix. > >Did it in fact make it in, and included in the 4.3.2RC1 release? Yes. It "replaced" sapi/apache2filter: --with-apxs2 enables now apache2handler. Someone requested that we leave the apache2filter there for now..for some reason he didn't explain and I really didn't care. :) --Jani