[PHP-CVS] svn: /SVNROOT/ pear_avail

2010-08-08 Thread Daniel O'Connor
clockwerxSun, 08 Aug 2010 12:17:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301984 Log: Grant jespino PEAR QA access Changed paths: U SVNROOT/pear_avail Modified: SVNROOT/pear_avail

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

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 15:06:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301990 Log: - Fixed bug #52539 (Calling function from rebound Closure causes crash) Bug: http://bugs.php.net/52539 (Assigned) Calling function from rebound Closure

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/math.c branches/PHP_5_3/ext/standard/tests/math/log_variation2.phpt trunk/ext/standard/math.c trunk/ext/standard/tests/math/log_variation2.ph

2010-08-08 Thread Ilia Alshanetsky
iliaaSun, 08 Aug 2010 15:45:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301991 Log: Additional fix for bug #52550 fix test warning from previous fixes Bug: http://bugs.php.net/52550 (Analyzed) integer undefined behaviors executed

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/file/ bug38450_3.phpt

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 16:48:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301995 Log: - Fix test Changed paths: U php/php-src/trunk/ext/standard/tests/file/bug38450_3.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.h

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 20:07:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302003 Log: - Fix warning because the comparsion with literal (e.g. INIT_CLASS_ENTRY(..., Foo, ...)) Changed paths: U php/php-src/trunk/Zend/zend_API.h

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

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 22:43:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302010 Log: - Back the free() call for __iterator_wrapper to free the ce-name, as it is a fake class Changed paths: U php/php-src/trunk/Zend/zend_iterators.c

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

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 23:56:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302011 Log: - Fixed bug #50481 (Storing many SPLFixedArray in an array crashes) Bug: http://bugs.php.net/50481 (Feedback) Storing many SPLFixedArray in an array