Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35439 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76040 invoked by uid 1010); 13 Feb 2008 10:15:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76025 invoked from network); 13 Feb 2008 10:15:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2008 10:15:37 -0000 Authentication-Results: pb1.pair.com header.from=zoe.slattery@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=zoe.slattery@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 64.233.182.185 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: zoe.slattery@googlemail.com X-Host-Fingerprint: 64.233.182.185 nf-out-0910.google.com Received: from [64.233.182.185] ([64.233.182.185:3121] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/73-42926-843C2B74 for ; Wed, 13 Feb 2008 05:15:37 -0500 Received: by nf-out-0910.google.com with SMTP id e27so1524398nfd.13 for ; Wed, 13 Feb 2008 02:15:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=CnqbXy6iG6eJm/JxTDH1o/ZYI5jtulrwWOfVKp+3nhQ=; b=tktNvRrNFtmxiylqgzv3WbX+fbaBSJHppcoTjDg7JOaOdusF8bbysNK9NaqiXqD+NgGp3ge0W32wEPVCmABRiPOChpUr58k7Y9yFyUcs/KSdr/QM7u+8jlcSzORfeJXWDKupBBVVBPtmIcPpWNTThFVceKAvtwSnt2Y9FFTd3mo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=reNwLYNTR/mAUqMalmWwaNA9zo1kqEoz6DXCbwqTVfotOrWq0EN4Mg90o2qxkGKYgkagA2jeZD9bE5ZV2v83K6/TWmroZt4cpsVvDqSEgFcHAfVWoyHDdWg+xYbSbibEAC+YQX6J4BD3AL8WpWdavyUPptJC2q9JmoNf+Takn5s= Received: by 10.78.200.20 with SMTP id x20mr4528244huf.16.1202897733423; Wed, 13 Feb 2008 02:15:33 -0800 (PST) Received: from ?192.168.1.106? ( [81.146.46.168]) by mx.google.com with ESMTPS id 11sm1166666hug.15.2008.02.13.02.15.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 13 Feb 2008 02:15:32 -0800 (PST) Message-ID: <47B2C345.9000007@googlemail.com> Date: Wed, 13 Feb 2008 10:15:33 +0000 User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Felipe Pena CC: internals@lists.php.net References: <1202861045.5872.37.camel@pena> In-Reply-To: <1202861045.5872.37.camel@pena> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Math functions (new parameter parsing) From: zoe.slattery@googlemail.com (zoe) Felipe Pena wrote: > Hi all, > > I made a patch for 5_3 where all functions in ext/standard/math.c use > the new parameter parsing. (As was done in HEAD) > If anyone think it good, let me know, and then i'll commit it. > > Several tests break with the patch. Hence, i'll fix them also, if > agreed. :) > > Felipe - Great work!! I'll wait for the patch to go in and then re-run the tests that I'm still trying to debug to see if they pass. Zoe