Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90958 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91996 invoked from network); 27 Jan 2016 01:53:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2016 01:53:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=bishop.bettini@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bishop.bettini@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.46 as permitted sender) X-PHP-List-Original-Sender: bishop.bettini@gmail.com X-Host-Fingerprint: 209.85.218.46 mail-oi0-f46.google.com Received: from [209.85.218.46] ([209.85.218.46:34989] helo=mail-oi0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/E5-56702-20328A65 for ; Tue, 26 Jan 2016 20:53:07 -0500 Received: by mail-oi0-f46.google.com with SMTP id p187so116608521oia.2 for ; Tue, 26 Jan 2016 17:53:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=MYmPLkhGlO5HiejtTC28g5vreCHwig3wdFo1dLItHfs=; b=nKsKPn/doXLO22O1tIEcRngFM/Ar7J0YqkfWokkk49iLVJLNOdCtKam6ZcnZfxQ5MG cm6+IgEFHIWyF2/ssYjsEthkjRfNfM04auo8VYfwN6YplIJS3bNr1Zxy+VFsPfAyNby+ rVzFbnH2IQvJuetzr+13eRJFjeAXskID4VtujQjwl2iMs8Tsp1AfpR8C9EHvH7js5TVq nwwenn0YmyfuYR37mj851SQ73szy3JYO0TTXTm0xa3+4HYNd26uo5flB3Q/U/Zjya9l9 io/uSvIT5NdBDb7DiCsJkUwQK9132SWDjACjW8ncdnC46GyNQZV2PSLo5bDyP6ULWDti 7jYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=MYmPLkhGlO5HiejtTC28g5vreCHwig3wdFo1dLItHfs=; b=W+uHS/y79mORJcnRRO0u3rEDKXu/YP83QwxYPV09HGON267Hz4ZIRykd8gYv18z56A R2PImFk4HT1zTiEuyX/uTVeonODTEMExbwO0feCWel6XbV2ItY2GJfQLcdtN5jONbKHI rH5dYkT7EEWSu6cQM8K9vcnMuAhRVDEAjvKGTvReLwo5PJlPvXnQ4v/mjEzUkVF0IGOe HJEk91w0fFt8a6aqvQrUy7UtdzZEFYlq+1G+YipzpeBZj8KYCH38O5MMcvi5FCxmZEdj TsKb6kYXevQml69Fy3keZX+kFPzofRQz1WM+bJ09fUBovT3yo+UICr54bzEvE/V/abSu SAOQ== X-Gm-Message-State: AG10YOROK2MZI2hxlrkIXjHVfgAmLF8MeMSyGtzV2zVhD+qs5Rsbmqyq4nVmqysXLdzTA3xdV1QIX0vfvurDvw== X-Received: by 10.202.201.77 with SMTP id z74mr19812340oif.24.1453859584112; Tue, 26 Jan 2016 17:53:04 -0800 (PST) MIME-Version: 1.0 Reply-To: bishop@php.net Sender: bishop.bettini@gmail.com Received: by 10.157.8.214 with HTTP; Tue, 26 Jan 2016 17:52:34 -0800 (PST) In-Reply-To: References: <55.70.56702.FD2E7A65@pb1.pair.com> Date: Tue, 26 Jan 2016 20:52:34 -0500 X-Google-Sender-Auth: aEcCPMvou8as966fis15mwz_9Ug Message-ID: To: Levi Morrison Cc: Andrea Faulds , internals Content-Type: multipart/alternative; boundary=001a1134f920108019052a471080 Subject: Re: [PHP-DEV] Re: [RFC] Warn about invalid strings in arithmetic (moving back todiscussion) From: bishop@php.net (Bishop Bettini) --001a1134f920108019052a471080 Content-Type: text/plain; charset=UTF-8 On Tue, Jan 26, 2016 at 7:54 PM, Levi Morrison wrote: > 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. > Seconded, thanks all! > 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. Obviously not portable, but somewhere high up we could: #pragma GCC poison strtol strtod --001a1134f920108019052a471080--