Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89289 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21119 invoked from network); 22 Nov 2015 04:52:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2015 04:52:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 74.125.82.54 mail-wm0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:38836] helo=mail-wm0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/42-23339-D0A41565 for ; Sat, 21 Nov 2015 23:52:31 -0500 Received: by wmec201 with SMTP id c201so66450018wme.1 for ; Sat, 21 Nov 2015 20:52:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zend-com.20150623.gappssmtp.com; s=20150623; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=6SjYcIWS9q3mnzfwpNfY27lugM4M7YeSm7+Wrdlbg6U=; b=yvC698Q+gx+HS2wXhsn9LXbuWRYzQObU9fEeOzDii5S0Zj7vikW28mRPRZCKlVD4VE xrrem5tpua/6JzY4QLkVc8OfFX+uQWMacrbPxsm+bstX8awYzf3EcmPcxDCbtEpHCxbk GUyT6fFw1lviLLvrs0gC6P5FkukCNtI4V9R2xSG32m9aL5RC7+QkPRV5KE4LwA5YQQ+W bd0GltNLYg3Me2pHKg5UAp21Jc8H+QVvWMpBP35/gU+grCizFi5jR4nC61S8wFyb/YOz aZt3qI/hH4OZXHTHa+Duov/99AuxzxchM4Cfkfb9EbDPpdCYuVBBUbf+bYribiT4njck rZsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=6SjYcIWS9q3mnzfwpNfY27lugM4M7YeSm7+Wrdlbg6U=; b=Cf1NQ6KBbw9O+2+AsoQR0d3ALk6yFHau9RJrjB7W16NNfr8HnGd/mq5UYesN43e2FK u7uQ3tR+eZRDjAPZFHi8Qcc1IRxdmFjYEROZGjWOVnUDErlUYPfbGusjdrVfKKOJ5UVi xhKBJFCLKlwWPUJ5Iscve2eTi3NcnHw3MKbiv0wKAeN3a0diZjmgHFGDmErJ6QaGPdiH Ly8y0wdAA6VqcJy2KRYd4HLvdZGb3kD77srtsTY7JNXSw+8CRdXF1xy7BkMek2hR4p3W 0fmIIcOnAYneoSpQhNOSYrMuFXh5GkEeBzj5XD9GPT8RFjTpeLpyQLKSTHNWG3td2d9R WO6Q== X-Gm-Message-State: ALoCoQnfm8EpA8xi7F2oAqd/o+8rn0S8VuULbu2YFLjjeXQSvtO6Chvrt25UIXy/Ty+JUSHljtjnOwCeihIws36qCbCw60EZEzAxdGLoqYEIFnbO+Np0pkI7N7PdOh2M7lv6S1rQYDi6Z2oTCh7DE034NkkildX9/FDGn0/+IqgEVC9wbNXz2vs= X-Received: by 10.28.60.84 with SMTP id j81mr11032185wma.15.1448167946892; Sat, 21 Nov 2015 20:52:26 -0800 (PST) Received: from [10.174.143.8] ([2.54.1.118]) by smtp.gmail.com with ESMTPSA id kj3sm7011813wjb.19.2015.11.21.20.52.26 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 21 Nov 2015 20:52:26 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) X-Mailer: iPhone Mail (13B143) In-Reply-To: Date: Sun, 22 Nov 2015 06:52:24 +0200 Cc: "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: <112FFBCD-8445-40BC-B92F-3A97D3E97C4C@zend.com> References: To: Anthony Ferrara Subject: Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable From: zeev@zend.com (Zeev Suraski) > On 22 =D7=91=D7=A0=D7=95=D7=91=D7=B3 2015, at 0:47, Anthony Ferrara wrote: >=20 > I think this is significant enough to be a blocker to gold and that we > should fix it prior to release. >=20 > Thoughts? >=20 IMHO, unless we think fixing this would require breaking binary compatibilit= y (which I don't think is the case) - this shouldn't block 7.0.0. 7.0.0 is a= lot more about getting people to start paying attention to 7.0 and start te= sting their codebase against it - finding both the incompatibilities in thei= r code and, undoubtedly - the bugs we failed to find. I wish we could say t= his would be the last issue we find in 7.0, but I think we can all agree it'= s wishful thinking... Zeev=