Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74944 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95187 invoked from network); 17 Jun 2014 12:34:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jun 2014 12:34:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 74.125.82.41 mail-wg0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:34335] helo=mail-wg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/31-21963-AB530A35 for ; Tue, 17 Jun 2014 08:34:04 -0400 Received: by mail-wg0-f41.google.com with SMTP id a1so7114693wgh.24 for ; Tue, 17 Jun 2014 05:34:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=22wm7gERp3D2wO1H67VzJiLT8tB31naiwX7Ww2SAjpU=; b=b4NMpUXlsxFqPrmfptldVILLzR/NxZ6zM/0aTzmiFQlsz3LKgrelsZxGxZA+OrNt09 yufWvDGLRj/n62MX1MR92FaeA41+cotFpntzK9z02wTVz1yD5yB2oJYnlybciO24M4IB mRTvqbvjEcDOI1hCs5g0K+9uRHyZ45kXpTBaAOs60p5aPYLL8NS54mb1lZLmpEmJuJBu mS6lbAaNWXcydMuhk7mIpkt1yMPrxda5IRUrZPcuVpEJLoMzPSM3oR1pSky7MXuhrVLB +aJA94/HDYoT5jbVkYtIbWlse5eNWz5hO8t9SnTvA7jw3u1bdhL0D2YPpBfQC2YDYwNO sm3g== X-Gm-Message-State: ALoCoQmasNPHwV+WvInfwL2sIaQDZNsEPNb8E12RFKzdw0dAd6LrcHKQwQdukJmOuAFm6lfRxirR X-Received: by 10.194.89.40 with SMTP id bl8mr4146971wjb.90.1403008440180; Tue, 17 Jun 2014 05:34:00 -0700 (PDT) Received: from [192.168.19.11] (188-192-216-163-dynip.superkabel.de. [188.192.216.163]) by mx.google.com with ESMTPSA id vp5sm23173081wjc.31.2014.06.17.05.33.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 17 Jun 2014 05:33:59 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) In-Reply-To: Date: Tue, 17 Jun 2014 14:33:45 +0200 Cc: Julien Pauli , Ferenc Kovacs , PHP internals , Ilia Alshanetsky , Stas Malyshev Content-Transfer-Encoding: quoted-printable Message-ID: <1C110716-6C9D-4EB8-97BA-2CEABE2C4847@heroku.com> References: <035C7115-6871-4FC6-802E-464FD48070EF@heroku.com> To: Pierre Joye X-Mailer: Apple Mail (2.1510) Subject: Re: [PHP-DEV] Fixing (and making easier) Apache mod_proxy_fcgi with PHP-FPM From: dz@heroku.com (David Zuelke) On 13.06.2014, at 17:19, Pierre Joye wrote: > On Fri, Jun 13, 2014 at 9:30 AM, Julien Pauli wrote: >> On Thu, Jun 12, 2014 at 10:11 PM, Ferenc Kovacs = wrote: >>>>=20 >>>> Could we still squeeze this fix into 5.2.14? I know you just rolled = RC1 >>>> (while I was fiddling with this stuff), but it would be so, so huge = to have >>>> this in=85 or at least in 5.2.15. >>>>=20 >>>=20 >>> just to prevent confusion, you meant 5.5.14 and 5.5.15 here. >>=20 >> Obviously 5.5.X yes. >>=20 >> I myself answered that I dont see any criticity to roll out an RC2 = for >> 5.5.14, just for this specific bug. >> I think it can go to 5.5.15 or any version as far as the patch is >> tested and merged up. >=20 > Given the security issues fixes waiting to be released, I would not > delay the releases any longer. So, who wants to merge the PR? :) And if someone could review and possibly apply any of the = https://bugs.php.net/bug.php?id=3D65641 attachments that'd be great too, = although I suspect that it's possible to fix the problem way further up = in the code so that this stripping of stuff isn't even necessary at such = a "late" stage. With those two out of the way, PHP-FPM and Apache will be a lot, lot = easier to set up together. One bit of config, done. David P.S. would be great for 5.4 too I think, not just 5.5+!