Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76737 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55757 invoked from network); 20 Aug 2014 17:54:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2014 17:54:48 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wg0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:40441] helo=mail-wg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/B5-29327-6E0E4F35 for ; Wed, 20 Aug 2014 13:54:47 -0400 Received: by mail-wg0-f52.google.com with SMTP id a1so8065766wgh.35 for ; Wed, 20 Aug 2014 10:54:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Yg6kYCE7sMoQOcYFj/0m+cS/sKWLNKgPFNZc+aTplGM=; b=tmxVR0uMyrPNx0DJFdf9bhz/54Bzw4nwlLHI2sXq3tP9klTGQ2z84ZbrligepHcmk2 ilGpRX9i5L2urxG9/343RPDnWl6zpJXn265V9cblKmUJU8C62OP7ABK/lMpqlI1z8CLF 3LLsrIJZqivi8HKyNWwzWX2Ns4OVcpVM3a/hfeA3CgRIc8qjP6RQ1GEb8Gxl6dZtV9FA 3tWj/HoTmbMzbqLjLfQbtceskLv1+NlRfFu9lKcdEBKeLRUves6ojJEn1Nm84h5aQuPR /LuQvDTh+afSrvyMpQtMhx4ANjEDLnUYqp9uohFa0BFXHEXimZxLP0fYQ2p2hv78Q9ya AFQA== X-Received: by 10.180.74.240 with SMTP id x16mr17071631wiv.13.1408557284367; Wed, 20 Aug 2014 10:54:44 -0700 (PDT) Received: from [192.168.4.120] (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id cy9sm11347550wib.15.2014.08.20.10.54.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Aug 2014 10:54:43 -0700 (PDT) Sender: Michael Wallner Message-ID: <53F4E0E2.9080903@php.net> Date: Wed, 20 Aug 2014 19:54:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Stas Malyshev , PHP Internals References: <53F29345.40607@sugarcrm.com> In-Reply-To: <53F29345.40607@sugarcrm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.4 security only From: mike@php.net (Michael Wallner) On 19/08/14 01:59, Stas Malyshev wrote: > > - EFFECTIVE IMMEDIATELY, we do not accept new non-security bugfixes into > 5.4 branch unless they are very important ones (and that is only because > people may, in theory, have pending patches and we didn't give advance > notice). Importance would have to be determined somewhat arbitrarily, > but basically if it works without it, then it's not in, if there's > serious doubt if it should be in, it's not in, etc. Security issues, of > course, still allowed in. Hey Stas! Apparently the fix for #67724 [2] caused #67865 [1], but I already have a fix for the fix (oh my) [3]. The question is whether to commit the fix or revert e4ff7f2e in 5.4? https://bugs.php.net/bug.php?id=67865 https://bugs.php.net/bug.php?id=67724 http://pastebin.com/0wJcLqY1 -- Regards, Mike