Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96935 invoked from network); 24 May 2009 07:03:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2009 07:03:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 69.16.228.148 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 69.16.228.148 unknown Linux 2.4/2.6 Received: from [69.16.228.148] ([69.16.228.148:53687] helo=host.fmethod.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/06-25319-D21F81A4 for ; Sun, 24 May 2009 03:03:09 -0400 Received: from [83.228.56.37] (port=3511 helo=pc) by host.fmethod.com with esmtpa (Exim 4.69) (envelope-from ) id 1M87je-0007o6-L9 for internals@lists.php.net; Sun, 24 May 2009 02:03:07 -0500 Message-ID: <4C598D91E2B74BB28AD012E24E425A78@pc> To: Date: Sun, 24 May 2009 10:02:58 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C9DC56.D0A91590" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.fmethod.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - fmethod.com Subject: NaN still broken on Windows builds? From: sv_forums@fmethod.com ("Stan Vassilev") ------=_NextPart_000_000B_01C9DC56.D0A91590 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable Hi, Can someone please point me to a Win32 build which has a working NaN? = The last few releases on php.net all share the same problems, which are = leading to real-world bugs in userland code: var_dump(NAN); // float(0), should be float(NAN) $realNaN =3D sqrt(-1);=20 var_dump($realNaN); // float(NAN) var_dump($realNaN =3D=3D $realNaN); // true, should be false, NaN should = never match NaN Regards,=20 Stan Vassilev ------=_NextPart_000_000B_01C9DC56.D0A91590--