[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2006-08-09 Thread changelog
changelog Thu Aug 10 01:30:54 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2417r2=1.2418diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2417

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2006-08-09 Thread changelog
changelog Thu Aug 10 01:30:56 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.962r2=1.963diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.962

[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)

[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.311r2=1.312diff_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.184r2=1.185diff_format=u Index:

[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.185r2=1.186diff_format=u Index: php-src/main/output.c diff -u

[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.21r2=1.22diff_format=u Index: php-src/ext/oci8/oci8_statement.c

[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.2r2=1.7.2.14.2.3diff_format=u Index:

[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

[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

[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

[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

[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

[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.193r2=1.2027.2.547.2.194diff_format=u Index: php-src/NEWS diff -u

[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.

[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

[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.569r2=1.570diff_format=u Index: php-src/ext/standard/string.c diff -u

[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.

[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.571r2=1.572diff_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.572r2=1.573diff_format=u Index: php-src/ext/standard/string.c diff -u

[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.4r2=1.5diff_format=u