Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74883 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66902 invoked from network); 13 Jun 2014 07:31:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2014 07:31:42 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.172 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.172 mail-ve0-f172.google.com Received: from [209.85.128.172] ([209.85.128.172:60305] helo=mail-ve0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/00-65130-CD8AA935 for ; Fri, 13 Jun 2014 03:31:41 -0400 Received: by mail-ve0-f172.google.com with SMTP id jz11so2978813veb.3 for ; Fri, 13 Jun 2014 00:31:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=Dr3PVHG87zzr1t/7U3T+Q/04cQVDi7rwihXxAGQOcEA=; b=tAmuPntXrR1800/w8XZfwm2Fk88rAMSnmTvZpsIRIOmkg2rtwnn4B2WPJ57V71Mld1 RAorPMNae7CZcamRNauLcL4z9riBv5vOABpIvL93ZdY4uAl8/L5A+KC9jNb35gFrPEyW PkS46WN9ywKaiif/KXeGz783gE5/ttpl3N9+cpDC9b7rHwEexUC7wjwwZu05RRfI2v28 +WEbVZ917lTg1qbHGco79xBe9D4ASEKreAU3sxoScvEB2Ef1YczKWk7RsRTJkojF8PO1 PbjmLVfFeqiquvyJ9SnlK1JindaMIzyDtaZAqFTxvfcCjLDsKZbs5FbRJoon/Eaj/gDg yHCQ== X-Received: by 10.221.58.144 with SMTP id wk16mr723888vcb.23.1402644698502; Fri, 13 Jun 2014 00:31:38 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Fri, 13 Jun 2014 00:30:58 -0700 (PDT) In-Reply-To: References: <035C7115-6871-4FC6-802E-464FD48070EF@heroku.com> Date: Fri, 13 Jun 2014 09:30:58 +0200 X-Google-Sender-Auth: QQGu-IimJbY1iFAj-AmzTeD5Xbo Message-ID: To: Ferenc Kovacs Cc: David Zuelke , PHP internals , Ilia Alshanetsky Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Fixing (and making easier) Apache mod_proxy_fcgi with PHP-FPM From: jpauli@php.net (Julien Pauli) On Thu, Jun 12, 2014 at 10:11 PM, Ferenc Kovacs wrote: >> >> 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 h= ave >> this in=E2=80=A6 or at least in 5.2.15. >> > > just to prevent confusion, you meant 5.5.14 and 5.5.15 here. Obviously 5.5.X yes. 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. Julien.Pauli