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

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 10:16:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 oci8.c Log: MFH: fix #8112 (Persistent connections misbehave when Apache process times out) http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.

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

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 10:16:21 2006 UTC Modified files: /php-src/ext/oci8 oci8.c Log: fix #8112 (Persistent connections misbehave when Apache process times out) http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.311&r2=1.312&diff_format=u Index

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

2006-08-09 Thread Michael Wallner
mikeWed Aug 9 10:21:10 2006 UTC Modified files: /php-src/main output.c Log: - use HashPosition for traversal of registered reverse conflicts - fix protos http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.184&r2=1.185&diff_format=u Index: php-

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

2006-08-09 Thread Michael Wallner
mikeWed Aug 9 10:57:47 2006 UTC Modified files: /php-src/main output.c Log: - mark unicode safe functions http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.185&r2=1.186&diff_format=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 11:48:50 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix leak on failure http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.21&r2=1.22&diff_format=u Index: php-src/ext/oci8/oci8_statement.c d

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

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 11:49:06 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 oci8_statement.c Log: fix leak on failure http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.7.2.14.2.2&r2=1.7.2.14.2.3&diff_format=u Index: ph

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/oci8 oci8_statement.c php_oci8_int.h /ext/oci8/tests bug38161.phpt

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 12:15:43 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/oci8/tests bug38161.phpt Modified files: /php-srcNEWS /php-src/ext/oci8 oci8_statement.c php_oci8_int.h Log: MFH: fix #38161 (oci_bind_by

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

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 12:12:10 2006 UTC Removed files: /php-src/ext/oci8 bug37581.phpt Log: oops, wrong directory -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c php_oci8_int.h /ext/oci8/tests bug37581.phpt bug38161.phpt

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 12:13:30 2006 UTC Added files: /php-src/ext/oci8/tests bug38161.phpt Modified files: /php-src/ext/oci8 oci8_statement.c php_oci8_int.h /php-src/ext/oci8/tests bug37581.phpt Log: fix #38161 (oci_bind

[PHP-CVS] cvs: php-src /main output.c php_output.h /tests/output ob_013.phpt ob_018.phpt ob_019.phpt

2006-08-09 Thread Michael Wallner
mikeWed Aug 9 13:56:45 2006 UTC Added files: /php-src/tests/output ob_018.phpt ob_019.phpt Modified files: /php-src/main output.c php_output.h /php-src/tests/output ob_013.phpt Log: - error message enhancements

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pdo pdo_stmt.c /ext/pdo/tests bug_38394.phpt

2006-08-09 Thread Ilia Alshanetsky
iliaa Wed Aug 9 14:45:00 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pdo/tests bug_38394.phpt Modified files: /php-srcNEWS /php-src/ext/pdopdo_stmt.c Log: Fixed bug #38394 (PDO fails to recover from failed prepa

[PHP-CVS] cvs: php-src /ext/pdo pdo_stmt.c /ext/pdo/tests bug_38394.phpt

2006-08-09 Thread Ilia Alshanetsky
iliaa Wed Aug 9 14:46:35 2006 UTC Modified files: /php-src/ext/pdopdo_stmt.c /php-src/ext/pdo/tests bug_38394.phpt Log: MFB: Fixed bug #38394 (PDO fails to recover from failed prepared statement execution). http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src /ext/oci8 oci8_lob.c oci8_statement.c php_oci8_int.h /ext/oci8/tests bug35973.phpt

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 15:23:50 2006 UTC Added files: /php-src/ext/oci8/tests bug35973.phpt Modified files: /php-src/ext/oci8 oci8_lob.c oci8_statement.c php_oci8_int.h Log: add support for NCLOBs fix #35973 (Error ORA-24806 occ

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8 oci8_lob.c oci8_statement.c php_oci8_int.h /ext/oci8/tests bug35973.phpt

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 15:24:27 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/oci8/tests bug35973.phpt Modified files: /php-src/ext/oci8 oci8_lob.c oci8_statement.c php_oci8_int.h Log: add support for NCLOBs fix #35973 (Er

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

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 15:27:42 2006 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.193&r2=1.2027.2.547.2.194&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.

[PHP-CVS] cvs: php-src / unicode-progress.txt /ext/standard string.c

2006-08-09 Thread Andrei Zmievski
andrei Wed Aug 9 17:40:22 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: addcslashes() and stripcslashes() should work only on binary strings. http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.t

[PHP-CVS] cvs: php-src /ext/xmlwriter 010.phpt /ext/xmlwriter/tests 010.phpt

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 18:37:39 2006 UTC Removed files: /php-src/ext/xmlwriter 010.phpt Modified files: /php-src/ext/xmlwriter/tests010.phpt Log: wrong directory http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/tests

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

2006-08-09 Thread Frank M. Kromann
fmk Wed Aug 9 18:15:06 2006 UTC Modified files: /php-src/ext/standard string.c Log: Fix ZTS builds http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.569&r2=1.570&diff_format=u Index: php-src/ext/standard/string.c diff -u php-src/ext/sta

[PHP-CVS] cvs: php-src / unicode-progress.txt /ext/standard string.c

2006-08-09 Thread Andrei Zmievski
andrei Wed Aug 9 20:03:22 2006 UTC Modified files: /php-src/ext/standard string.c /php-srcunicode-progress.txt Log: Upgrade str_rot13() to work with IS_UNICODE type. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.570&r2=1.57

[PHP-CVS] cvs: php-src / unicode-progress.txt /ext/standard string.c

2006-08-09 Thread Andrei Zmievski
andrei Wed Aug 9 20:19:06 2006 UTC Modified files: /php-src/ext/standard string.c /php-srcunicode-progress.txt Log: Unicode support for str_shuffle(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.571&r2=1.572&diff_format=u

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

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 20:31:06 2006 UTC Modified files: /php-src/ext/standard string.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.572&r2=1.573&diff_format=u Index: php-src/ext/standard/string.c diff -u php-s

[PHP-CVS] cvs: php-src /ext/standard/tests/strings add-and-stripcslashes.phpt

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 20:34:00 2006 UTC Modified files: /php-src/ext/standard/tests/strings add-and-stripcslashes.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/add-and-stripcslashes.phpt?r1=1.4&r2=1.5&diff_format=u I

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

2006-08-09 Thread Nuno Lopes
nlopess Wed Aug 9 23:29:17 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard var_unserializer.c Log: regenerate file so that #line directives become correct (aka fix lcov builds) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var_unserial

[PHP-CVS] cvs: php-src(PHP_5_2) / INSTALL /win32 install.txt

2006-08-09 Thread Nuno Lopes
nlopess Wed Aug 9 23:22:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcINSTALL /php-src/win32 install.txt Log: sync install instructions with the phpdoc xml sources http://cvs.php.net/viewvc.cgi/php-src/INSTALL?r1=1.37.2.2&r2=1.37.2.2.2.1&dif