Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80708 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6672 invoked from network); 17 Jan 2015 19:40:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2015 19:40:17 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:48582] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/60-04095-F9ABAB45 for ; Sat, 17 Jan 2015 14:40:16 -0500 Received: by mail-wg0-f54.google.com with SMTP id z12so25632134wgg.13 for ; Sat, 17 Jan 2015 11:40:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bCQiQxSD10ZN1WHDHPnPP6kmFlx9LUvTWXJobklt6HY=; b=OUD3xWY68/1y3F9vpJgowaV43gLxDq4FKnb2oAetam0CbSuZlrN0r7BzpqiCnv7YOa T12JnnLwI+x3m3beliOTNK029/vkd8mizFIk2zPwtzJ4vabS6HHQ3DnIr5PAuZ4Jn20v uHIWDHpRYITasVBntv33IiDQ/sRghj83ur+XLo3ofU9O6YoO4/11oEyKI3vet+eX3P2P cm2H2R88sOR3dY73ngLP4P3deCgp2SPG0HFO7LMLauUGSgxyybcgDP6Rn2NRBu2+T6OA lPfqe+0N1YYcBG7ZpJrPg1qY/sGYeir2HCFDuGen1ea/vh9bFdwTDq2gyccHbmiXDVvQ Basg== MIME-Version: 1.0 X-Received: by 10.181.12.11 with SMTP id em11mr19268001wid.1.1421523613083; Sat, 17 Jan 2015 11:40:13 -0800 (PST) Received: by 10.27.10.138 with HTTP; Sat, 17 Jan 2015 11:40:13 -0800 (PST) Date: Sat, 17 Jan 2015 20:40:13 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=f46d043c814eff6dc5050cde418d Subject: [VOTE] Remove hex support in numeric strings From: nikita.ppv@gmail.com (Nikita Popov) --f46d043c814eff6dc5050cde418d Content-Type: text/plain; charset=UTF-8 Hi internals! The RFC proposing to remove support for hexadecimal strings in is_numeric_string() is now in voting: https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings Thanks, Nikita --f46d043c814eff6dc5050cde418d--