Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89328 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63408 invoked from network); 23 Nov 2015 14:29:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2015 14:29:49 -0000 Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 74.125.82.45 mail-wm0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:36867] helo=mail-wm0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/32-47837-BD223565 for ; Mon, 23 Nov 2015 09:29:48 -0500 Received: by wmww144 with SMTP id w144so107028837wmw.0 for ; Mon, 23 Nov 2015 06:29:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heroku-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=hAhmzngHcG3C6tI3SV+0kD2UxFzV/5jqyqSrIJTxxeo=; b=sJQu/imi6R7jM+ndk9lRXMuWrHBMMcggA4jRDmj9l5H3ltJ5Dmllvf0UEwzZSpgT5N MG1SoNKaIy8Q1NtS9TvV+nfqfG6TDtU+BZ/fbXtPo0zg2QNaE5OFV1r7Vza171lPC4JB mPe5vU/pnF8jPgvb6+DGvknNZS5vvVifbuW2wnGhoSve8hM4smB3UaNX5EuOD6ESuEgo B+zpC+noQ70HxDZeoeMLdtgy4Pk3oYuWCsnV3mk7xa3DdgWDg0m0G5NHfV6kKXiGFjlC 8CLzS0aB+ZrH9ovY3ApGpLdWXsnzl6kzY/ELCcTWsGbhcXBrb79aieMuuW3+QTfdpMYN 59eg== 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=hAhmzngHcG3C6tI3SV+0kD2UxFzV/5jqyqSrIJTxxeo=; b=YEQZdif7nyYhb6MCJ9KsxrwInZJST+JrLcbr6bIrZLwaIFQxt6SO9I0ooOpThs8bG6 JshjBqKkBavqPiBn+5X2TcT/dPmPQrs5lVZc6BM0GuoccbdSipe3cjcoRwAoWGjPFKXI Cw/8Mphxq8CbarJqAG2/GYrE9Fbw/v3jYVe/Nn+QX89dcYtIcjEtA7bXiTYgqVjXCJKc psEEJ0apkULX24CgMbUAWBN/yRM79u1RpFQqP/iodsQ2nacdPUpuP+PTiHW1bH0G/yt2 K6CU2A9DE5xh1fVfEb1tjr581iq66hfN/5+TEKsXuvPll099t+IhnOZf95lYx997ojQL cp3w== X-Gm-Message-State: ALoCoQmceBLWjF0EMk/FoeT/QSL9iECDr1uPfc6mLH0MnnT4o+qkonAtzSKT8FwcLIbuH376s9H1 X-Received: by 10.28.96.4 with SMTP id u4mr20683263wmb.52.1448288983471; Mon, 23 Nov 2015 06:29:43 -0800 (PST) Received: from [192.168.19.20] (ipbcc0d8c7.dynamic.kabel-deutschland.de. [188.192.216.199]) by smtp.gmail.com with ESMTPSA id q9sm761331wjo.9.2015.11.23.06.29.41 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 23 Nov 2015 06:29:42 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) In-Reply-To: Date: Mon, 23 Nov 2015 15:29:40 +0100 Cc: Adam Harvey , Anthony Ferrara , Zeev Suraski , "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: <69500211-628B-4451-B546-A12B0EF455A3@heroku.com> References: <112FFBCD-8445-40BC-B92F-3A97D3E97C4C@zend.com> <56523F74.9040708@lerdorf.com> To: Rasmus Lerdorf X-Mailer: Apple Mail (2.2104) Subject: Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable From: dz@heroku.com (David Zuelke) On 23.11.2015, at 04:02, Rasmus Lerdorf wrote: >=20 > On Nov 23, 2015, at 00:48, Adam Harvey wrote: >>=20 >> Here's an alternative suggestion: we've previously switched to one >> week RC cycles late in the piece when trying to get major releases >> stabilised and we're at the point of only fixing one or two things = per >> RC. That's exactly where we are now. Why don't we do that again =E2=80=94= >> release a fix for this bug as an RC 8 this week, and then do a = release >> on December 3 if nothing else significant comes up? >=20 > Still not entirely convinced this bug is major enough to warrant the > delay. It seems right on the edge to me. But since it is on the edge > there will be enough people who think it is major that we probably > should wait on it. Doing a one-week RC8 this week and aiming for > a Dec.3 release seems like a good solution to me. That sounds like a good compromise indeed!