Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26915 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86098 invoked by uid 1010); 12 Dec 2006 16:19:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86082 invoked from network); 12 Dec 2006 16:19:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2006 16:19:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.225 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.225 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.225] ([64.233.162.225:36106] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/64-56358-E56DE754 for ; Tue, 12 Dec 2006 11:19:13 -0500 Received: by nz-out-0102.google.com with SMTP id k1so1191523nzf for ; Tue, 12 Dec 2006 08:18:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=qJHGzaDZLoKtrAyQNdI2C7eDqTJQUEwjDxP+QXQ+5lD6bqj5PGV4eCPr/Tg3BXFitZvui23Js34F0Gbfmgc7GQ275331+0YSHeRZSCzPv+cMtq4zkFr6dvNV+tmR/c7OPavyyuX9YiYL+D4AqliFEz8182lfjEfjN1tTrZJECNw= Received: by 10.65.154.10 with SMTP id g10mr13442662qbo.1165940315910; Tue, 12 Dec 2006 08:18:35 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id e14sm8317784qba.2006.12.12.08.18.34; Tue, 12 Dec 2006 08:18:34 -0800 (PST) In-Reply-To: <019301c71e08$9837bdb0$0201a8c0@pc1> References: <014f01c71dfd$f0431cd0$0201a8c0@pc1> <018301c71e06$9ef4f840$0201a8c0@pc1> <019301c71e08$9837bdb0$0201a8c0@pc1> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Cc: Content-Transfer-Encoding: 7bit Date: Tue, 12 Dec 2006 11:18:31 -0500 To: Matt Wilmas X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] [PATCH] New, optimized is_numeric_string, and other number stuff From: ilia@prohost.org (Ilia Alshanetsky) Matt, Take a look at array.c and wddx.c On 12-Dec-06, at 11:14 AM, Matt Wilmas wrote: > ----- 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Ilia Alshanetsky