Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55710 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84912 invoked from network); 6 Oct 2011 16:16:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2011 16:16:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:55426] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/70-16264-F34DD8E4 for ; Thu, 06 Oct 2011 12:16:00 -0400 Received: from [192.168.2.230] (ppp-93-104-33-196.dynamic.mnet-online.de [93.104.33.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id DA68F77368; Thu, 6 Oct 2011 18:15:56 +0200 (CEST) To: "Daniel K." Cc: Stas Malyshev , internals@lists.php.net, Etienne Kneuss In-Reply-To: <4E8DD05B.6060502@uw.no> References: <4E7C764C.3000808@uw.no> <4E8DC9B4.7040809@uw.no> <4E8DCF7A.9050009@sugarcrm.com> <4E8DD05B.6060502@uw.no> Content-Type: text/plain; charset="UTF-8" Date: Thu, 06 Oct 2011 18:15:55 +0200 Message-ID: <1317917755.3367.14.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] Fix for bug #55754 From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2011-10-06 at 17:59 +0200, Daniel K. wrote: > On 10/06/2011 05:55 PM, Stas Malyshev wrote: > > On 10/6/11 5:31 PM, Daniel K. wrote: > >> A patch was appended, discussed, and improved, and I have uploaded a > >> test-case, as well as a minimal patch that fixes the problem (attached) > >> to the original bug-report. > >> > >> https://bugs.php.net/bug.php?id=55754 > >> > >> The patch still applies to trunk, and I think it should be applied to > >> the 5.3 and 5.4 branches as well. > > > > As far as I can see, the patch looks good, so it can be applied to 5.4 > > and trunk. If I don't hear any objections and nobody beats me to it, > > I'll do it in a couple of days (a bit busy now). > > OK, thanks. > > But what about 5.3? there is no ABI issue with this, just a spurious > warning that goes away. I think 5.3 is fine, too. But please extend the test a bit. The current one will pass even if the process segfaults. At least print something at the end. johannes