Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80137 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38287 invoked from network); 4 Jan 2015 03:44:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2015 03:44:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.54 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.54 mail-qg0-f54.google.com Received: from [209.85.192.54] ([209.85.192.54:56856] helo=mail-qg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/61-31232-A17B8A45 for ; Sat, 03 Jan 2015 22:44:27 -0500 Received: by mail-qg0-f54.google.com with SMTP id l89so13959165qgf.41 for ; Sat, 03 Jan 2015 19:44:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DFrTi4VtEH4YOjCE+5QTLbt7NQVHO8pCSr0+FiwZ3ko=; b=ch6Ss/bNt1AOHWOzHXiqJaxMAv4vjdIoSw8bU1AjSISE1AQjuvPw0zsO0Zw66hNNDJ QBqHNg+whPp6MtsfMyM/KZXqwUWkGZZJ27pMljGVbvWaV7TIf9hLGfk8+cuPBAEKSVip vJa+qbVxd57FsjAsOR8Gz5TsZpEMy/Qdp68OpxdINuXYnMS5rh/0jOrbhjU/5UG8XsCp 7Umj6fig6iGzUBMjlhEITIkFHfA8SdlwTICqZpDw7so0NVe+oaEt+92p0KPd03Mty7uO cMC9uXOog/AjraCAZpM5KuwEMCyBrmRcuYDQkediIqfVdbmU0Z4APNtxwewn5hCDsWzr 1ICQ== MIME-Version: 1.0 X-Received: by 10.140.92.33 with SMTP id a30mr9309792qge.30.1420343064738; Sat, 03 Jan 2015 19:44:24 -0800 (PST) Received: by 10.140.22.106 with HTTP; Sat, 3 Jan 2015 19:44:24 -0800 (PST) Received: by 10.140.22.106 with HTTP; Sat, 3 Jan 2015 19:44:24 -0800 (PST) In-Reply-To: References: Date: Sat, 3 Jan 2015 19:44:24 -0800 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary=001a1139c2fcd540a9050bcb63a0 Subject: Re: [PHP-DEV] [RFC] Remove hex support in numeric strings From: pierre.php@gmail.com (Pierre Joye) --001a1139c2fcd540a9050bcb63a0 Content-Type: text/plain; charset=UTF-8 On Jan 4, 2015 2:56 AM, "Nikita Popov" wrote: > > Hi internals! > > I'd like to propose removing support for hexadecimal strings in the > is_numeric_string() function, in order to achieve consistency with ordinary > integer and float casts: > > https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings > > This change drops a WTF in our conversion semantics and should have low BC I fully agree with you here. --001a1139c2fcd540a9050bcb63a0--