Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91783 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66790 invoked from network); 20 Mar 2016 02:36:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2016 02:36:06 -0000 X-Host-Fingerprint: 94.10.73.146 unknown Received: from [94.10.73.146] ([94.10.73.146:9356] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/A1-48999-49C0EE65 for ; Sat, 19 Mar 2016 21:36:06 -0500 Message-ID: To: internals@lists.php.net X-Mozilla-News-Host: news://news.php.net:119 Date: Sun, 20 Mar 2016 02:35:59 +0000 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: 94.10.73.146 Subject: [VOTE] Warn about invalid strings in arithmetic From: ajf@ajf.me (Andrea Faulds) Hi everyone, I previously opened voting on the "Warn about invalid strings in arithmetic" RFC, but I had to cancel it because of the issue of inconsistent handling of scientific notation strings. Since then, the RFC has been updated to deal with that issue. This has meant that the RFC no longer just concerns adding warnings to operators, but also fixing the inconsistency with how scientific notation strings are converted in PHP. This has been previously discussed on the mailing list. Now that I have finally completed my patch for the language specification for the RFC, I feel I can open voting once again. So, voting on this RFC will start today (2016-03-20), and will end on the Monday after next (2016-03-28). You can find the RFC page here, which contains the voting widget: https://wiki.php.net/rfc/invalid_strings_in_arithmetic Please read over the RFC and cast your vote. Thank you! -- Andrea Faulds https://ajf.me/