Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35212 invoked from network); 26 Jan 2015 20:14:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2015 20:14:44 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.174 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.216.174 mail-qc0-f174.google.com Received: from [209.85.216.174] ([209.85.216.174:54361] helo=mail-qc0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/E1-25415-230A6C45 for ; Mon, 26 Jan 2015 15:14:43 -0500 Received: by mail-qc0-f174.google.com with SMTP id s11so8876773qcv.5 for ; Mon, 26 Jan 2015 12:14:39 -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=9/6EUZ4aD/QflLb0p/dUeVllfyEcWDnUGTM8iujcdfo=; b=LWTg3pzr9QuGQvIPm8qS3QhQKqTtJNV/Y5fDYNMzFsDbSTOZn83kFIryLsIvBeNLPz cBUy4jQ+Xe3nT3gHE0dyXhlhAdoidvxHZa552a/f3G8+KQLWZW84jNwrhBxvGoRPuwWH NpIBE65R87AKiQzynxvGDcHTTpG4PzJLx4wO5A0pBD7guy2wwZp0/5vGKnMqEeHxNTBR ZdiKql5lBZukFJCEGWMXa4LFPKQ3NlGKm4/CS0SWWhfBPMtbkMEIlk7NRfoWipJSzy/T fbIu/GYTqDodbUdzrND+vJ3kN/363dzsftcMdle9oLSoqLZHbVtNueZknQBysBuLFPeK AZpw== MIME-Version: 1.0 X-Received: by 10.140.25.245 with SMTP id 108mr317658qgt.57.1422303279251; Mon, 26 Jan 2015 12:14:39 -0800 (PST) Received: by 10.229.174.6 with HTTP; Mon, 26 Jan 2015 12:14:38 -0800 (PST) Received: by 10.229.174.6 with HTTP; Mon, 26 Jan 2015 12:14:38 -0800 (PST) In-Reply-To: References: Date: Mon, 26 Jan 2015 20:14:38 +0000 Message-ID: To: Nikita Popov Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a11c13f1cb905ee050d93c9db Subject: Re: [PHP-DEV] Re: [VOTE] Remove hex support in numeric strings From: dragoonis@gmail.com (Paul Dragoonis) --001a11c13f1cb905ee050d93c9db Content-Type: text/plain; charset=UTF-8 On 26 Jan 2015 20:02, "Nikita Popov" wrote: > > On Sat, Jan 17, 2015 at 8:40 PM, Nikita Popov wrote: > > > 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 > > > I always hated using is_numeric_string() because of the size and complexity of it. Removing this use case will make it smaller I hope, but probably not less crazy :) > > Reminder: This vote closes tomorrow. > > Nikita --001a11c13f1cb905ee050d93c9db--