Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35426 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27886 invoked by uid 1010); 13 Feb 2008 00:05:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27871 invoked from network); 13 Feb 2008 00:05:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2008 00:05:31 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.251 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.132.251 an-out-0708.google.com Received: from [209.85.132.251] ([209.85.132.251:2472] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/D9-36990-A4432B74 for ; Tue, 12 Feb 2008 19:05:31 -0500 Received: by an-out-0708.google.com with SMTP id c18so1101201anc.1 for ; Tue, 12 Feb 2008 16:05:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=PsM2ck/T5oQmY2GFxQjeSj+j2bmEkKCWD4kokYEx85s=; b=Jno0tQA44EuVeRAmzrsA3yP5rzYwdL+CqEFKU4nsgbmd/tlGFpz5bDnXtCezGghqOCWqHNboBq297g9Y+Jb09MO8VHcwkwqu2crQsTvfffD7xfJ5SqDPMChey5/X8zOxpbBd1yhEmoQKppi+aG4dLoQbZYELHOTA4UXhDU9DeTI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=uf9wqOrYENPCu/PSDpFsqpNtuPsjbLMPoW+MjwVtrOv0ea1dLmSgSmSObV/cVVrd9PZ2JMgZ/hCiTs0eeZzVajIhEfLTeRZJN1Zrfv72ZnlpN3PS1951BgKS+3WfZXny5lk6hQZn8MMvCR7/V3ga4kN4v3ohsx96tdn+DrLQs+o= Received: by 10.100.8.10 with SMTP id 10mr4187216anh.13.1202861128433; Tue, 12 Feb 2008 16:05:28 -0800 (PST) Received: from ?189.24.86.206? ( [189.24.86.206]) by mx.google.com with ESMTPS id v26sm1441281ele.5.2008.02.12.16.05.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Feb 2008 16:05:26 -0800 (PST) To: internals@lists.php.net Content-Type: text/plain Date: Tue, 12 Feb 2008 22:04:05 -0200 Message-ID: <1202861045.5872.37.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Subject: Math functions (new parameter parsing) From: felipensp@gmail.com (Felipe Pena) 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. :) -- Regards, Felipe Pena.