Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75887 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80525 invoked from network); 22 Jul 2014 19:51:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2014 19:51:49 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 217.114.215.10 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:56675] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/B0-21666-4D0CEC35 for ; Tue, 22 Jul 2014 15:51:49 -0400 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 73B234162C; Tue, 22 Jul 2014 21:51:53 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.31] (ppp-93-104-29-45.dynamic.mnet-online.de [93.104.29.45]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id B0D024162C; Tue, 22 Jul 2014 21:51:49 +0200 (CEST) To: David Zuelke Cc: Stas Malyshev , Ferenc Kovacs , PHP Internals , Julien Pauli , David Soria Parra In-Reply-To: References: <539B8B74.6030707@sugarcrm.com> <53CB0347.2030902@sugarcrm.com> <53CEB32B.8030407@sugarcrm.com> <1406055548.3964.113.camel@guybrush> <53CEB734.7080408@sugarcrm.com> Content-Type: text/plain; charset="UTF-8" Organization: PHP Development Team Date: Tue, 22 Jul 2014 21:51:00 +0200 Message-ID: <1406058660.3964.116.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: 5.3 final release From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2014-07-22 at 21:41 +0200, David Zuelke wrote: > On 22 Jul 2014, at 21:10, Stas Malyshev wrote: > > > Hi! > > > >> not sure, have you seen https://bugs.php.net/bug.php?id=67606 ? > > > > This is worrying. Looks like the patch is not as safe as we've hoped, > > and causes BC issues for mod_fastcgi, so maybe we should not get it into > > 5.3. Once it stabilizes, we can backport it into 5.4, but for 5.3 better > > safe than sorry. > > I’ll be working on a fix this week. If you can wait a few days, that’d be grand; if not, then no biggie. as we are on the truly last release for 5.3 we have to be safe. We can provide the patch for people who want to experiment, though. So I'd say no for 5.3. johannes