Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44042 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16655 invoked from network); 24 May 2009 08:41:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2009 08:41:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.157 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 72.14.220.157 fg-out-1718.google.com Received: from [72.14.220.157] ([72.14.220.157:46143] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/10-13990-AD6091A4 for ; Sun, 24 May 2009 04:35:39 -0400 Received: by fg-out-1718.google.com with SMTP id 16so745816fgg.0 for ; Sun, 24 May 2009 01:35:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dfSW6bJWNPMomH5TG4H/Q1cYQhkDAHNFdF+HelH4yb8=; b=rEaJdzzbNUQgoWZvQuDEurl92s25JlfT5CubT/DKDeh3QDxJbj9SF8G06g9bKTRgEF p779p1ag4VvKrGUk3iluJwAxuKOXmpuB9KgYkOYzE+rZ0RAhmGsspCCQH1UJOEnuujTp Zv1rHlx6jdUHb44EopIag+blqSQ3hl/LlNoe8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fFlXHeLypR9TevHYInBpJiz54zCcSVrroSHo9aHSx3YR4thNruqFAso+Q/tQ1iNnxg VCyNHoXisTYsvjjSfDJGe4P0w/qsNZNTd2dKi9SGnDlhnqwpBC5NQhF5J2pdeTtDkq0h zwAw1Bu7itfu3euZMsIkqopeTCWXag9utnoz4= MIME-Version: 1.0 Received: by 10.86.70.3 with SMTP id s3mr4606164fga.12.1243153799678; Sun, 24 May 2009 01:29:59 -0700 (PDT) In-Reply-To: <4C598D91E2B74BB28AD012E24E425A78@pc> References: <4C598D91E2B74BB28AD012E24E425A78@pc> Date: Sun, 24 May 2009 10:29:59 +0200 Message-ID: To: Stan Vassilev Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] NaN still broken on Windows builds? From: pierre.php@gmail.com (Pierre Joye) hi, Try VC9 snapshots from http://windows.php.net please. Cheers, -- Pierre 2009/5/24 Stan Vassilev : > > 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 = sqrt(-1); > var_dump($realNaN); // float(NAN) > var_dump($realNaN == $realNaN); // true, should be false, NaN should never match NaN > > Regards, > Stan Vassilev -- Pierre http://blog.thepimp.net | http://www.libgd.org