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

2005-04-28 Thread Antony Dovgal
tony2001Thu Apr 28 10:13:09 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: MFH: handle unsupported datatypes and prevent segfault http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.183.2.17r2=1.183.2.18ty=u Index:

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

2004-11-03 Thread Antony Dovgal
tony2001Wed Nov 3 08:35:57 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: fix bug #30654 (persistent connection is deleted from hash if there was exclusive connection with the same credentials) No need for MFB here - 5.x.x

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

2004-09-28 Thread Antony Dovgal
tony2001Tue Sep 28 13:28:27 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: MFH: fix bug #29652 http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.183.2.13r2=1.183.2.14ty=u Index: php-src/ext/oci8/oci8.c diff -u

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

2004-02-05 Thread Antony Dovgal
tony2001Thu Feb 5 03:30:18 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: MFH: fix bug #27149 http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.183.2.11r2=1.183.2.12ty=u Index: php-src/ext/oci8/oci8.c diff -u

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

2004-01-26 Thread Antony Dovgal
tony2001Mon Jan 26 09:04:24 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: MFH http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.183.2.9r2=1.183.2.10ty=u Index: php-src/ext/oci8/oci8.c diff -u

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

2004-01-20 Thread Antony Dovgal
tony2001Tue Jan 20 06:37:19 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: fix savelob() to make it possible to write data at the beginning of LOB

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

2003-11-06 Thread Sascha Schumann
sas Thu Nov 6 09:27:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: Fix a format string Nuke a sprintf (slooow) And embed the charset as part of the hashed details (persistent conn key), because the function otherwise

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

2003-11-06 Thread Sascha Schumann
sas Thu Nov 6 09:31:15 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: WS Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.183.2.6 php-src/ext/oci8/oci8.c:1.183.2.7 --- php-src/ext/oci8/oci8.c:1.183.2.6 Thu