On Sun, Aug 22, 2010 at 10:01, Scott MacVicar <scott...@php.net> wrote:
> scottmac                                 Sun, 22 Aug 2010 08:01:34 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=302629
>
> Log:
> Fix a bug where two doubles are equal but the maths operation makes it appear 
> false.
>
> Best example with INF where equals and identical produce different results.
>
> <?php
> var_dump(INF==INF);
> var_dump(INF===INF);


This breaks ext/standard/tests/math/bug45712.phpt

Please update the testcase or revert this change :]

-Hannes

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to