Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36585 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5238 invoked from network); 26 Mar 2008 22:46:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 22:46:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.226.6.51 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.226.6.51 darkcity.gna.ch Linux 2.6 Received: from [195.226.6.51] ([195.226.6.51:60461] helo=mail.gna.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/85-47041-722DAE74 for ; Wed, 26 Mar 2008 17:46:03 -0500 Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id 3722216B95C; Wed, 26 Mar 2008 23:45:52 +0100 (CET) Received: from unknown by localhost (amavisd-new, unix socket) id client-XXk0tzdN; Wed, 26 Mar 2008 23:45:49 +0100 (CET) Received: from [192.168.1.47] (84-72-92-81.dclient.hispeed.ch [84.72.92.81]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTP id 5398616B815; Wed, 26 Mar 2008 23:45:49 +0100 (CET) Cc: PHP Developers Mailing List Message-ID: To: Stanislav Malyshev In-Reply-To: <47EAA877.8060008@zend.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 26 Mar 2008 23:45:48 +0100 References: <47CD59DD.8060208@cschneid.com> <47EA3315.1030708@cschneid.com> <1206532903.5423.0.camel@felipe> <47EAA877.8060008@zend.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Scanned: amavisd-new at gna.ch Subject: Re: [PHP-DEV] PHP6 & floatval() BC issue From: cschneid@cschneid.com (Christian Schneider) Am 26.03.2008 um 20:48 schrieb Stanislav Malyshev: >>> Which # is it? >> Re-opened. http://bugs.php.net/bug.php?id=44533 > > So it's just gives additional notice? That's a bit strange since > intval doesn't, and neither does (float). I see no reason for > floatval() to be different from others. I agree but the reason it is different right now is that floatval has been changed to use zend_parse_parameters(). I'm not sure how this is best solved as I didn't want to revert it back to zend_get_parameters_ex(), otherwise I would have provided a patch. - Chris