Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58104 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88117 invoked from network); 27 Feb 2012 01:12:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2012 01:12:40 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:42728] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/D7-40985-688DA4F4 for ; Sun, 26 Feb 2012 20:12:39 -0500 Received: by iaeh11 with SMTP id h11so479930iae.29 for ; Sun, 26 Feb 2012 17:12:36 -0800 (PST) Received-SPF: pass (google.com: domain of adam@adamharvey.name designates 10.50.203.66 as permitted sender) client-ip=10.50.203.66; Authentication-Results: mr.google.com; spf=pass (google.com: domain of adam@adamharvey.name designates 10.50.203.66 as permitted sender) smtp.mail=adam@adamharvey.name; dkim=pass header.i=adam@adamharvey.name Received: from mr.google.com ([10.50.203.66]) by 10.50.203.66 with SMTP id ko2mr14808210igc.7.1330305156268 (num_hops = 1); Sun, 26 Feb 2012 17:12:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=o789+iOSQj5bpaKbYdKjYi6MH93anw2Dfw3x+EIfnic=; b=dUEP/ADsOwQSQj1y+xurtuOItgjXiw0UtyHlUPkpvbXFyEJuKbOzIGQyiDArBkDOJR K8BLSQkY44SP3TJpRmaZTjODMnqSTs6qAdvwn9vn0qIKPzpx7ohVPvrovF9OU70IARXF SeAWsZO68kfKSRRdA/FZ4ZNdmHzZMTDgkvml8= Received: by 10.50.203.66 with SMTP id ko2mr12029294igc.7.1330305156164; Sun, 26 Feb 2012 17:12:36 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.134.7 with HTTP; Sun, 26 Feb 2012 17:12:16 -0800 (PST) In-Reply-To: References: <4F47E90E.9040701@oracle.com> <4F47EBBE.2010202@sugarcrm.com> Date: Mon, 27 Feb 2012 09:12:16 +0800 X-Google-Sender-Auth: o2WZTdbSQmHSZFLPSO2SnK4gvuE Message-ID: To: Gustavo Lopes Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnSfGmj61XA+G4r44Dnuq+3jXxDfXeMRrSX4oFCIQTMgPD9/c5Mc7CVayKQWhbhgZXEHV5k Subject: Re: [PHP-DEV] Apache 2.4 support in PHP 5.4.0? From: aharvey@php.net (Adam Harvey) On 25 February 2012 04:02, Gustavo Lopes wrote: > On Fri, 24 Feb 2012 20:57:50 +0100, Stas Malyshev > wrote: > >>> If you're planning to have a PHP 5.4 RC9, should Apache 2.4 support be >>> included? =C2=A0This would reduce any negative user sentiment that "PHP= 5.4 >>> doesn't even support the latest Apache". >> >> >> Latest Apache is about 3 days old now :) >> [...] >> >> >>> >>> There is a patch attached to https://bugs.php.net/bug.php?id=3D61172 >>> It needs review and wider testing. >> >> >> [...] > > > In any case, I think a release note pointing to this issue and the > provisional solution would be a good idea. +1. Release note + link to the patch (and a request for people who have it work/not work to give feedback) is fine, I think. Adam