[PHP-CVS] cvs: CVSROOT / avail

2004-07-15 Thread Sascha Schumann
sas Thu Jul 15 03:38:43 2004 EDT Modified files: /CVSROOTavail Log: pear karma for wenz http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.886r2=1.887ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.886 CVSROOT/avail:1.887 --- CVSROOT/avail:1.886 Sun

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

2004-07-15 Thread Antony Dovgal
tony2001Thu Jul 15 07:00:14 2004 EDT Modified files: /php-src/ext/oci8 oci8.c Log: fix #29012 (Potential race during first connection) thanks to cjbj at hotmail dot com http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.256r2=1.257ty=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2004-07-15 Thread Derick Rethans
derick Thu Jul 15 07:30:58 2004 EDT Modified files: /CVSROOTavail Log: - Give magnus access so that he can commit his test cases and doesn't have to bother other people with it. http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.887r2=1.888ty=u Index:

[PHP-CVS] cvs: php-src /tests/classes bug26737.phpt

2004-07-15 Thread Magnus Määttä
magnus Thu Jul 15 07:52:05 2004 EDT Added files: /php-src/tests/classes bug26737.phpt Log: Test for bug 26737: Protected and private variables are not saved on serialization when a user defined __sleep is used.

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

2004-07-15 Thread Dan Kalowsky
kalowskyThu Jul 15 11:09:12 2004 EDT Modified files: /php-src/ext/odbc php_odbc.c Log: Bug 29058 (patch submitted by bug reporter) http://cvs.php.net/diff.php/php-src/ext/odbc/php_odbc.c?r1=1.178r2=1.179ty=u Index: php-src/ext/odbc/php_odbc.c diff

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

2004-07-15 Thread Marcus Boerger
helly Thu Jul 15 18:22:06 2004 EDT Modified files: /php-src/main main.c Log: - Use ErrorException instead of Exception http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604r2=1.605ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.604

[PHP-CVS] cvs: php-src(PHP_5_0) /tests/lang bug28800.phpt ZendEngine2 zend_operators.h

2004-07-15 Thread Ilia Alshanetsky
iliaa Thu Jul 15 22:02:09 2004 EDT Added files: (Branch: PHP_5_0) /php-src/tests/lang bug28800.phpt Modified files: /ZendEngine2zend_operators.h Log: Fixed bug #28800 (strings beginning with inf improperly converted).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard filestat.c

2004-07-15 Thread Sara Golemon
pollita Fri Jul 16 01:08:16 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard filestat.c /php-srcNEWS Log: Bugfix# 29114 Potential double free in php_stat