Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90952 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81490 invoked from network); 27 Jan 2016 00:54:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2016 00:54:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.47 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.213.47 mail-vk0-f47.google.com Received: from [209.85.213.47] ([209.85.213.47:34512] helo=mail-vk0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/C3-56702-16518A65 for ; Tue, 26 Jan 2016 19:54:58 -0500 Received: by mail-vk0-f47.google.com with SMTP id e185so102060502vkb.1 for ; Tue, 26 Jan 2016 16:54:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=gFHUWO6nv95Vgwu+HpgXtYx4aWRfi131igXHHwClb0M=; b=YjzJL2AWTTaAKj+E3hBCEogRDvwgyLZsNIfkdheD6gBEZ7ZONpqhK+ElwPdy9VqHMi 84PdWNzB5NAKyLc/cNuqg9WWr5z43kIjUeSaAXTkoKqZZdR7ceaKG+jMew+nsr6a7uYa /0DfAobWZEDQazhBslAeRqnXUrrZFafEKzDkIA072VoVv9eftq+qK3kLv8vgt5eovbFm h0L3TbOMpei5FPek+OiSnWeRPqXkDpXIZ+IBoBpeFAPz2IQ880TOCySKSPXBLUE0Cl+v UUi6Vxu/HcWgdLCWduO9wTIldNak36npwI05T4JQJphWMC9Vohq7DqKLWvCOES0Vvl5p B8/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=gFHUWO6nv95Vgwu+HpgXtYx4aWRfi131igXHHwClb0M=; b=Kw+8b9ReJLIGReM+6mehBM+4s2zpgNfA1ewB7tUKLsXtAYG8XhgXt4wMH82ekP83hv n3dsC5gqbCdX3seibBTXYL7Zq2wP1ChHrstFXZKt6ae/Q+ITSplaufoUycjHeW1Mfg7Q ui1Dc4o3beonTXbC4OWf/8QFfUjIdCX1Kc1fpIZ1oC6y0SauKuuG1JyThn1C0kYAVHV8 TJezpLqqeb13iI8nY/q7U2ivIPwbYDORoDFO3KT8129X0LAaZWtuJ9iCG/JzTIrkraxm EmiDA9qIXt5hDW/x4757PeCiG3Sa9/fm5m6Dlz6NztELLSmhlU0txUT/Bvusfayt7MP3 XPFg== X-Gm-Message-State: AG10YOQDqbrtho6MU42BSsh9mu2WE0PoMT+zeBIBDlnFRFswmZYnsqiMDMWwuOTMlJsK83VsgpbUphbflGxtWQ== MIME-Version: 1.0 X-Received: by 10.31.16.101 with SMTP id g98mr16711924vki.41.1453856094595; Tue, 26 Jan 2016 16:54:54 -0800 (PST) Sender: morrison.levi@gmail.com Received: by 10.31.63.150 with HTTP; Tue, 26 Jan 2016 16:54:54 -0800 (PST) In-Reply-To: References: <55.70.56702.FD2E7A65@pb1.pair.com> Date: Tue, 26 Jan 2016 17:54:54 -0700 X-Google-Sender-Auth: GdMqdXKP7S7I48lBCknwjpIyXSw Message-ID: To: Andrea Faulds Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] Warn about invalid strings in arithmetic (moving back todiscussion) From: levim@php.net (Levi Morrison) I personally consider the new changes with fractional and scientific notation strings and integer operators to be the more important change. Thanks to everyone who identified and fixed this inconsistency. Does anyone have any good ideas on how to prevent strtol and strtod from being re-introduced to the repository? I could potentially see this happening. On Tue, Jan 26, 2016 at 2:36 PM, Andrea Faulds wrote: > ...I proof-read my email, but I forgot the most important thing. The link! > > https://wiki.php.net/rfc/invalid_strings_in_arithmetic > > Sorry. > > > Andrea Faulds wrote: >> >> Good evening, >> >> I had opened the vote for this RFC, but then I was reminded by a >> discussion in the pull request about a particular unresolved problem I >> had forgotten about. >> >> In order to deal with that issue, I have cancelled the vote and expanded >> the RFC (both in length and scope) to deal with it. >> >> The specific issue is detailed in a new section, "Fractional and >> scientific notation strings with integer operators", but it affects >> other sections as well. >> >> So, the RFC is back under discussion. >> >> Please read it and tell me your thoughts. >> >> Thanks! > > > > -- > Andrea Faulds > https://ajf.me/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php