Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26843 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29436 invoked by uid 1010); 7 Dec 2006 18:57:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29420 invoked from network); 7 Dec 2006 18:57:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2006 18:57:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:37942] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/08-13900-4E368754 for ; Thu, 07 Dec 2006 13:57:11 -0500 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-2) with ESMTP id kB7IuYrE031281; Thu, 7 Dec 2006 10:56:34 -0800 In-Reply-To: <00db01c719ee$318e7900$0201a8c0@pc1> References: <00db01c719ee$318e7900$0201a8c0@pc1> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <16b593e4fdac8f989a1de40ef0147134@gravitonic.com> Content-Transfer-Encoding: 7bit Cc: Date: Thu, 7 Dec 2006 10:56:40 -0800 To: "Matt Wilmas" X-Mailer: Apple Mail (2.624) Subject: Re: [PHP-DEV] [PATCH] Unicode number changes From: andrei@gravitonic.com (Andrei Zmievski) Applied. -Andrei On Dec 7, 2006, at 2:55 AM, Matt Wilmas wrote: > Hi Andrei, Antony, ... > > Attached is a patch for zend_u_strtol() and HANDLE_U_NUMERIC() to only > allow > ASCII digits and not use u_digit(). (Also switched to hex values for > sign > characters, etc.) I tested the changes quickly and all appears fine. > Provides a pretty good performance increase too. :-) > > > Matt > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php