[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/tests/security/bug53226.phpt trunk/tests/security/bug53226.phpt

2010-11-08 Thread Adam Harvey
aharvey Mon, 08 Nov 2010 09:14:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=305191 Log: Update the tests committed in r305098 (as part of the fix for bug #53226) to use the PHP_MAXPATHLEN constant, as recommended by Pierre. Bug: http://bugs

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/iconv/tests/iconv_stream_filter_delimiter.phpt branches/PHP_5_2/ext/mbstring/tests/bug43301.phpt branches/PHP_5_2/ext/pdo/tests/pdo_034.phpt branches/

2010-11-08 Thread Patrick Allaert
patrickallaert Mon, 08 Nov 2010 09:29:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=305192 Log: - Fixed tests not passing under windows because of the directory separator difference (thanks Eyal Teutsch for reporting) Changed paths: U php/ph

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/hash_adler32.c

2010-11-08 Thread Adam Harvey
aharvey Mon, 08 Nov 2010 09:35:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=305193 Log: Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at yandex dot ru. Bug: http://bugs.php.net/53213 (error getting bug information

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/soap/php_sdl.c branches/PHP_5_3/ext/soap/php_sdl.c trunk/ext/soap/php_sdl.c

2010-11-08 Thread Dmitry Stogov
dmitry Mon, 08 Nov 2010 11:34:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=305198 Log: Fixed WSDL loading using https through proxy Changed paths: U php/php-src/branches/PHP_5_2/ext/soap/php_sdl.c U php/php-src/branches/PHP_5_3

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

2010-11-08 Thread Felipe Pena
felipe Mon, 08 Nov 2010 20:26:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=305211 Log: - Fix the fix (wrong behavior) Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/spl_iterators.c U php/php-src/branches/PHP_5_3/ext/spl/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/mbstring/tests/mb_strcut_missing_boundary_check.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mbstring/libmbfl/mbfl/mbfilter.c branches/PHP_5_3/ext/

2010-11-08 Thread Moriyoshi Koizumi
moriyoshiTue, 09 Nov 2010 03:23:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=305214 Log: - Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter). Bug: http://bugs.php.net/53273 (Open) mb_strcut() returns garbage w

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/mbstring/tests/ mb_strcut_missing_boundary_check.phpt

2010-11-08 Thread Moriyoshi Koizumi
moriyoshiTue, 09 Nov 2010 03:27:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=305215 Log: - Remove duplicate portion. Changed paths: U php/php-src/branches/PHP_5_2/ext/mbstring/tests/mb_strcut_missing_boundary_check.phpt Modified: ph