Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55720 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91331 invoked from network); 7 Oct 2011 08:05:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Oct 2011 08:05:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:63832] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/C0-18205-0B2BE8E4 for ; Fri, 07 Oct 2011 04:05:04 -0400 Received: by yxi13 with SMTP id 13so3856990yxi.29 for ; Fri, 07 Oct 2011 01:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=+86Xk5zvxgzTOIgcxch/pZ/wwAKIjwtLpqWFK5xMWak=; b=CvAiMU0FqJaq/7Er1d/ycV/cUMT9y5J2UU6sMzzdDxtZujfX/KwOUF3/0COeeP68pR 7QZV38Sv++WI6k4ZsOCV5MMcLc5Mr61/LSnzheGKNBZUPzoq2vrG5NblqxG6zpI7Ss4t NtgvEXH3jEugEFrGLMvuGd4COw7BYwdNoiwOg= MIME-Version: 1.0 Received: by 10.146.2.5 with SMTP id 5mr1213985yab.27.1317974699753; Fri, 07 Oct 2011 01:04:59 -0700 (PDT) Received: by 10.147.169.18 with HTTP; Fri, 7 Oct 2011 01:04:59 -0700 (PDT) In-Reply-To: <1317917755.3367.14.camel@guybrush> References: <4E7C764C.3000808@uw.no> <4E8DC9B4.7040809@uw.no> <4E8DCF7A.9050009@sugarcrm.com> <4E8DD05B.6060502@uw.no> <1317917755.3367.14.camel@guybrush> Date: Fri, 7 Oct 2011 10:04:59 +0200 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: "Daniel K." , Stas Malyshev , internals@lists.php.net, Etienne Kneuss Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [PATCH] Fix for bug #55754 From: pierre.php@gmail.com (Pierre Joye) hi, 2011/10/6 Johannes Schl=FCter : > 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. I think it is not safe for 5.3. While the patch looks trivial or harmless, it is in an area where the consequences of a new bug, even for an edge case, can be very bad. The ratio risk/benefit is high, especially when it is only about fixing a strict warning. I would rather wait (maybe 5.4 last RC or final) before applying it to 5.3. We don't need a 5.3.7/8 again :) Cheers, --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org