Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26913 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83494 invoked by uid 1010); 12 Dec 2006 16:15:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83479 invoked from network); 12 Dec 2006 16:15:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2006 16:15:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.142.136.132 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.142.136.132 msa2-mx.centurytel.net Linux 2.4/2.6 Received: from [209.142.136.132] ([209.142.136.132:39494] helo=msa2-mx.centurytel.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/E3-56358-565DE754 for ; Tue, 12 Dec 2006 11:15:04 -0500 Received: from pc1 (dsl-192-84.jax.centurytel.net [69.179.192.84]) by msa2-mx.centurytel.net (8.13.6/8.13.6) with SMTP id kBCGEPpj026021; Tue, 12 Dec 2006 10:14:25 -0600 Message-ID: <019301c71e08$9837bdb0$0201a8c0@pc1> To: , "Ilia Alshanetsky" References: <014f01c71dfd$f0431cd0$0201a8c0@pc1> <018301c71e06$9ef4f840$0201a8c0@pc1> Date: Tue, 12 Dec 2006 10:14:26 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Subject: Re: [PHP-DEV] [PATCH] New, optimized is_numeric_string, and other number stuff From: php_lists@realplain.com ("Matt Wilmas") ----- Original Message ----- From: "Ilia Alshanetsky" Sent: Tuesday, December 12, 2006 > As far as I can tell all tests still pass with the patch, although we > have a number of is_numeric_string() uses that will need to be > adjusted to accommodate the change to the function. Really, like what? I didn't see anything that stuck out... > Ilia Alshanetsky Matt