[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/string.c branches/PHP_5_3/ext/standard/tests/strings/bug54454.phpt branches/PHP_5_3/ext/standard/tests/strings/substr_c

2011-04-03 Thread Pierrick Charron
pierrick Sun, 03 Apr 2011 07:18:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309910 Log: Fixed bug #54454 (substr_compare incorrectly reports equality in some cases) Bug: http://bugs.php.net/54454 (Open) substr_compare incorrectly reports

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/filter/sanitizing_filters.c branches/PHP_5_3/ext/filter/tests/bug53037.phpt trunk/ext/filter/sanitizing_filters.c trunk/ext/filt

2011-04-03 Thread Ilia Alshanetsky
iliaaSun, 03 Apr 2011 16:30:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309920 Log: Fixed bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is not implemented). Bug: http://bugs.php.net/53037 (Open) activate FILTER_FLAG_EMPTY_STRING_NULL

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/INSTALL branches/PHP_5_3/ext/imap/php_imap.c branches/PHP_5_3/ext/pcntl/tests/pcntl_fork_basic.phpt branches/PHP_5_3/ext/snmp/snmp.c branches/PHP_5_3/ext/

2011-04-03 Thread Pierrick Charron
pierrick Sun, 03 Apr 2011 21:46:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309927 Log: Fix common typos in the source code (Reported in Bug #54065) # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/spl/spl_directory.c ext/spl/spl_iterators.c ext/spl/tests/bug54384.phpt ext/spl/tests/iterator_031.phpt

2011-04-03 Thread Gustavo André dos Santos Lopes
cataphract Mon, 04 Apr 2011 02:50:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309929 Log: - Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and SplTempFileObject crash when user-space classes don't call the paren