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

2007-01-29 Thread Ilia Alshanetsky
iliaa Tue Jan 30 01:27:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Prepare news file for release http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.515&r2=1.2027.2.547.2.516&diff_format=u Index: php-src/NEWS diff -u php-sr

[PHP-CVS] cvs: php-src / run-tests.php

2007-01-29 Thread Nuno Lopes
nlopess Mon Jan 29 22:55:22 2007 UTC Modified files: /php-srcrun-tests.php Log: display all errors/leaks/warnings on each test, instead of showing just the top most error http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.312&r2=1.313&diff_format=u In

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mbstring config.m4 /ext/mbstring/libmbfl/filters Makefile.am mbfilter_euc_jp_win.c mbfilter_iso2022_jp_ms.c mbfilter_iso2022_jp_ms.h mbfilter_jis.c mbfilter_jis.h

2007-01-29 Thread Rui Hirokawa
hirokawaMon Jan 29 22:53:47 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mbstring/libmbfl/filters mbfilter_iso2022_jp_ms.c mbfilter_iso2022_jp_ms.h Modified files: /php-src/ex

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2007-01-29 Thread Dmitry Stogov
dmitry Mon Jan 29 19:38:21 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Prevent flush() of closed handle on php_module_shutdown() http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.307&r2=1.308&diff_format=u Index: php-src/sapi/cg

[PHP-CVS] cvs: php-src /ext/soap php_xml.c

2007-01-29 Thread Nuno Lopes
nlopess Mon Jan 29 19:36:53 2007 UTC Modified files: /php-src/ext/soap php_xml.c Log: fix access to already free'ed memory http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_xml.c?r1=1.32&r2=1.33&diff_format=u Index: php-src/ext/soap/php_xml.c diff -u php-src/

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cgi cgi_main.c

2007-01-29 Thread Dmitry Stogov
dmitry Mon Jan 29 19:36:01 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c Log: Prevent flush of closed handle on php_module_shutdown() http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.20&r2=1.267.2.15.2.21&d

[PHP-CVS] cvs: php-src /ext/oci8/tests privileged_connect1.phpt

2007-01-29 Thread Antony Dovgal
tony2001Mon Jan 29 16:18:15 2007 UTC Modified files: /php-src/ext/oci8/tests privileged_connect1.phpt Log: fix test different Oracle client versions report different error messages http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/privileged_

[PHP-CVS] cvs: php-src /ext/oci8/tests array_bind_005.phpt

2007-01-29 Thread Antony Dovgal
tony2001Mon Jan 29 16:16:07 2007 UTC Modified files: /php-src/ext/oci8/tests array_bind_005.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/array_bind_005.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/oci8/tests/array

[PHP-CVS] cvs: php-src /ext/zip php_zip.c /ext/zip/tests bug40228.phpt bug40228.zip

2007-01-29 Thread Pierre-Alain Joye
pajoye Mon Jan 29 16:01:55 2007 UTC Modified files: /php-src/ext/zipphp_zip.c /php-src/ext/zip/tests bug40228.phpt bug40228.zip Log: - MFB: #40228, ZipArchive::extractTo does create empty directories recursively http://cvs.php.net/viewvc.cgi

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

2007-01-29 Thread Pierre-Alain Joye
pajoye Mon Jan 29 15:25:35 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - #40228 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.514&r2=1.2027.2.547.2.515&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.5

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/tests bug40228.phpt bug40228.zip

2007-01-29 Thread Pierre-Alain Joye
pajoye Mon Jan 29 15:25:06 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zip/tests bug40228.phpt bug40228.zip Modified files: /php-src/ext/zipphp_zip.c Log: - #40228, ZipArchive::extractTo does create empty directories r

[PHP-CVS] cvs: php-src /main output.c

2007-01-29 Thread Michael Wallner
mikeMon Jan 29 13:04:57 2007 UTC Modified files: /php-src/main output.c Log: - don't do memory limit checks for chunk_size http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.204&r2=1.205&diff_format=u Index: php-src/main/output.c diff -u php-src/

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main output.c

2007-01-29 Thread Dmitry Stogov
dmitry Mon Jan 29 11:21:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main output.c /php-srcNEWS Log: Fixed bug #40259 (ob_start call many times - memory error). (Dmitry) http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.167.2.3

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/imap config.m4 php_imap.c

2007-01-29 Thread Antony Dovgal
tony2001Mon Jan 29 10:08:17 2007 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS /php-src/ext/imap config.m4 php_imap.c Log: backported fix for ext/imap compilation failure with recent c-client versions (fixes #39401) http://cvs.php.net