Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/iconv/iconv.c trunk/ext/iconv/iconv.c

2010-08-22 Thread Ilia Alshanetsky
Thanks, I just applied a fix for that. On Thu, Aug 19, 2010 at 9:56 AM, Kalle Sommer Nielsen wrote: > Hi Ilia > > 2010/8/19 Ilia Alshanetsky : > >> -       php_output_handler_alias_register(ZEND_STRL("ob_iconv_handler"), >> php_iconv_output_handler_init TSRMLS_CC); >> +       php_output_handler_

[PHP-CVS] svn: /php/php-src/trunk/ext/iconv/ iconv.c

2010-08-22 Thread Ilia Alshanetsky
iliaaSun, 22 Aug 2010 18:17:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=302642 Log: Fixed bogus char Changed paths: U php/php-src/trunk/ext/iconv/iconv.c Modified: php/php-src/trunk/ext/iconv/iconv.c =

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/simplexml/simplexml.c trunk/ext/simplexml/simplexml.c

2010-08-22 Thread Felipe Pena
Hi, 2010/8/21 Kalle Sommer Nielsen > kalleSat, 21 Aug 2010 16:22:46 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=302614 > > Log: > Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without > implementing the interface) > > Bug: h

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 wrote: > scottmac                                 Sun, 22 Aug 2010 08:01:34 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=302629 > > Log: > Fix a bug where two doubles are equal but the maths operati

[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=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