Re: [PHP-CVS] cvs: php-src / README.PARAMETER_PARSING_API /win32/build config.w32 ZendEngine2 Zend.m4 zend_API.c zend_compile.c zend_execute.c zend_execute_API.c zend_operators.c zend_operators.h ze

2009-06-08 Thread Antony Dovgal
On 05.06.2009 21:15, Matt Wilmas wrote: >> ext/standard/tests/strings/chunk_split_variation2.phpt >> ext/standard/tests/strings/chunk_split_variation5.phpt >> ext/standard/tests/strings/chunk_split_variation8.phpt > > It looks like these should also be failing with 5.2 on 64-bit? Well, they don

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-06-08 Thread Pierre-Alain Joye
pajoye Mon Jun 8 08:39:25 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - #48469 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1543&r2=1.2027.2.547.2.1544&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.15

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard crypt_blowfish.c

2009-06-08 Thread Pierre-Alain Joye
pajoye Mon Jun 8 08:44:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard crypt_blowfish.c Log: - sync with 1.0.2, improve perf x86-64 (patch by Solar Designer) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_blowfish.c?r1=1.1.2.

[PHP-CVS] cvs: php-src /ext/standard crypt_blowfish.c

2009-06-08 Thread Pierre-Alain Joye
pajoye Mon Jun 8 08:45:36 2009 UTC Modified files: /php-src/ext/standard crypt_blowfish.c Log: - MFB: sync with 1.0.2, improve perf x86-64 (patch by Solar Designer) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_blowfish.c?r1=1.2&r2=1.3&diff_fo

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd_wireprotocol.c php_mysqlnd.c

2009-06-08 Thread Andrey Hristov
andrey Mon Jun 8 10:19:29 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_wireprotocol.c php_mysqlnd.c Log: Merge with the branch, someone made changes in PHP5_3 and did not merge. Also switch off the zval cache for now. http://cvs.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_palloc.c mysqlnd_wireprotocol.c

2009-06-08 Thread Andrey Hristov
andrey Mon Jun 8 10:20:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_palloc.c mysqlnd_wireprotocol.c Log: Merge with HEAD. Someone committed changes to HEAD and did not merge back to the branch. Also switch off the zval cach

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-06-08 Thread Jani Taskinen
janiMon Jun 8 10:39:26 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: fix news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1544&r2=1.2027.2.547.2.1545&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.15

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif/tests exif006.phpt

2009-06-08 Thread Ilia Alshanetsky
iliaa Mon Jun 8 12:31:08 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif/tests exif006.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/exif/tests/exif006.phpt?r1=1.5.8.1&r2=1.5.8.2&diff_format=u Index: php-src/ext/exif/tests/

[PHP-CVS] cvs: php-src /ext/date/lib timezonedb.h

2009-06-08 Thread Derick Rethans
derick Mon Jun 8 13:53:26 2009 UTC Modified files: /php-src/ext/date/lib timezonedb.h Log: - Updated to version 2009.9 (2009i) http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timezonedb.h?r1=1.43&r2=1.44&diff_format=u Index: php-src/ext/date/lib/timezo

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date/lib timezonedb.h

2009-06-08 Thread Derick Rethans
derick Mon Jun 8 13:53:37 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/lib timezonedb.h Log: - Updated to version 2009.9 (2009i) http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timezonedb.h?r1=1.4.2.7.2.10.2.21&r2=1.4.2.7.2.10.2.22&diff_

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib timezonedb.h

2009-06-08 Thread Derick Rethans
derick Mon Jun 8 13:53:47 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib timezonedb.h Log: - Updated to version 2009.9 (2009i) http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timezonedb.h?r1=1.4.2.7.2.31&r2=1.4.2.7.2.32&diff_format=u I

[PHP-CVS] cvs: phpruntests /documentation Runtests_how_to_run.odt

2009-06-08 Thread Zoe Slattery
zoe Mon Jun 8 17:22:15 2009 UTC Modified files: /phpruntests/documentation Runtests_how_to_run.odt Log: update for repository move http://cvs.php.net/viewvc.cgi/phpruntests/documentation/Runtests_how_to_run.odt?r1=1.1.1.1&r2=1.2&diff_format=u Index: php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_palloc.c mysqlnd_wireprotocol.c

2009-06-08 Thread Lukas Kahwe Smith
On 08.06.2009, at 12:20, Andrey Hristov wrote: andrey Mon Jun 8 10:20:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlnd mysqlnd_palloc.c mysqlnd_wireprotocol.c Log: Merge with HEAD. Someone committed changes to HEAD and did not merge back to th

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre php_pcre.c

2009-06-08 Thread Scott MacVicar
scottmacMon Jun 8 21:52:08 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: MFH fix bug #44214: crash with preg_replace_callback and global variables http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.

Re: [PHP-CVS] cvs: php-src / README.PARAMETER_PARSING_API /win32/build config.w32 ZendEngine2 Zend.m4 zend_API.c zend_compile.c zend_execute.c zend_execute_API.c zend_operators.c zend_operators.h ze

2009-06-08 Thread Lukas Kahwe Smith
On 08.06.2009, at 09:26, Antony Dovgal wrote: On 05.06.2009 21:15, Matt Wilmas wrote: ext/standard/tests/strings/chunk_split_variation2.phpt ext/standard/tests/strings/chunk_split_variation5.phpt ext/standard/tests/strings/chunk_split_variation8.phpt It looks like these should also be failin

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard proc_open.c /ext/standard/tests/file bug41874.phpt bug41874_1.phpt bug41874_2.phpt bug41874_3.phpt

2009-06-08 Thread Pierre-Alain Joye
pajoye Tue Jun 9 00:25:37 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filebug41874.phpt bug41874_1.phpt bug41874_2.phpt bug41874_3.phpt Modified files: /php-src/ext/standard

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-06-08 Thread Scott MacVicar
scottmacTue Jun 9 00:42:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Move entry to 5.2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.616&r2=1.2027.2.547.2.965.2.617&diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-06-08 Thread Scott MacVicar
scottmacTue Jun 9 00:43:05 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1545&r2=1.2027.2.547.2.1546&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.54

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli mysqli_api.c

2009-06-08 Thread Scott MacVicar
scottmacTue Jun 9 01:00:47 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli mysqli_api.c Log: MFH #46019 - Memory leak when Mysqli::init() is called multiple times. http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.11

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests bug46109.phpt

2009-06-08 Thread Scott MacVicar
scottmacTue Jun 9 01:04:35 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests bug46109.phpt Log: Add test http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug46109.phpt?view=markup&rev=1.1 Index: php-src/ext/mysqli/tests/bug

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-06-08 Thread Scott MacVicar
scottmacTue Jun 9 01:09:28 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1546&r2=1.2027.2.547.2.1547&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.54

[PHP-CVS] cvs: php-src /ext/spl php_spl.c /ext/spl/tests bug48493.phpt

2009-06-08 Thread Scott MacVicar
scottmacTue Jun 9 01:57:58 2009 UTC Added files: /php-src/ext/spl/tests bug48493.phpt Modified files: /php-src/ext/splphp_spl.c Log: Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way. Need t

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c /ext/spl/tests bug48493.phpt

2009-06-08 Thread Scott MacVicar
scottmacTue Jun 9 01:58:07 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug48493.phpt Modified files: /php-src/ext/splphp_spl.c Log: MFH Fix bug #48493 - spl_autoload_register can leave the HT in an incon

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-06-08 Thread Scott MacVicar
scottmacTue Jun 9 02:00:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.617&r2=1.2027.2.547.2.965.2.618&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

Re: [PHP-CVS] cvs: php-src / README.PARAMETER_PARSING_API /win32/build config.w32 ZendEngine2 Zend.m4 zend_API.c zend_compile.c zend_execute.c zend_execute_API.c zend_operators.c zend_operators.h ze

2009-06-08 Thread Matt Wilmas
Hi Antony, Lukas, - Original Message - From: "Lukas Kahwe Smith" Sent: Monday, June 08, 2009 On 08.06.2009, at 09:26, Antony Dovgal wrote: On 05.06.2009 21:15, Matt Wilmas wrote: ext/standard/tests/strings/chunk_split_variation2.phpt ext/standard/tests/strings/chunk_split_variation5