Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_operators.c

2011-06-05 Thread Hannes Magnusson
On Sun, Aug 22, 2010 at 10:01, Scott MacVicar scott...@php.net wrote: scottmac                                 Sun, 22 Aug 2010 08:01:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302629 Log: Fix a bug where two doubles are equal but the maths operation makes it appear

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_operators.c

2010-08-22 Thread Scott MacVicar
scottmac Sun, 22 Aug 2010 08:01:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=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

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_operators.c

2010-08-22 Thread Pierre Joye
hi, test case? Thanks :) On Sun, Aug 22, 2010 at 10:01 AM, Scott MacVicar scott...@php.net wrote: scottmac                                 Sun, 22 Aug 2010 08:01:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302629 Log: Fix a bug where two doubles are equal but the