Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91973 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59342 invoked from network); 28 Mar 2016 01:44:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Mar 2016 01:44:04 -0000 X-Host-Fingerprint: 90.205.35.47 unknown Received: from [90.205.35.47] ([90.205.35.47:7013] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/F8-03797-36C88F65 for ; Sun, 27 Mar 2016 20:44:03 -0500 Message-ID: <79.F8.03797.36C88F65@pb1.pair.com> To: internals@lists.php.net X-Mozilla-News-Host: news://news.php.net:119 Date: Mon, 28 Mar 2016 02:43:58 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 90.205.35.47 Subject: [RESULT] Warn about invalid strings in arithmetic From: ajf@ajf.me (Andrea Faulds) Hi again, The vote on the "Warn about invalid strings in arithmetic" RFC has now closed. It ran from 2016-03-20 to 2016-03-28. There were 29 votes in favour and there was one vote against, which is well over the required 2/3 majority, and so the RFC has been accepted for PHP 7.1. You can read the RFC and see how people voted here: https://wiki.php.net/rfc/invalid_strings_in_arithmetic Now that this has been accepted, I will move towards merging the patches to the interpreter and language specification. If anyone would like to look over my code to make sure I haven't missed something obvious, I would very much appreciate it. Thank you for voting! -- Andrea Faulds https://ajf.me/