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

2011-02-20 Thread Felipe Pena
felipe Sun, 20 Feb 2011 16:09:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308503 Log: - Fixed bug #54040 (Logical where probably needed in spl_iterators) Bug: http://bugs.php.net/54040 (Open) Logical where probably needed in

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

2011-02-20 Thread Felipe Pena
felipe Sun, 20 Feb 2011 16:33:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308504 Log: - Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension() Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2011-02-20 Thread Gustavo André dos Santos Lopes
cataphract Mon, 21 Feb 2011 05:33:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308523 Log: - Removed dead defines. Changed paths: U php/php-src/trunk/ext/standard/formatted_print.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/tests/strings/bug54055.phpt branches/PHP_5_3/main/snprintf.c branches/PHP_5_3/main/snprintf.h branches/PHP_5_3/main/spp

2011-02-20 Thread Gustavo André dos Santos Lopes
cataphract Mon, 21 Feb 2011 06:53:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308525 Log: - Fixed bug #54055 (buffer overrun with high values for precision ini setting). #This fix (for g/G/k/H modes) is done at a different level than that