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

2003-12-16 Thread Ilia Alshanetsky
On December 16, 2003 05:29 am, Harald Radi wrote: phantoTue Dec 16 05:29:12 2003 EDT @- fixed #20006, #22674 and #24531 (harald) Please don't forget to MFH the fixes to 4.3 tree. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2003-12-15 Thread Antony Dovgal
tony2001Mon Dec 15 08:53:02 2003 EDT Modified files: /php-src/ext/oci8 oci8.c php_oci8.h Log: add new functions: ocitelllob(); [ OCI_Lob-tell(); ] - ftell(); analogue for Lobs ociwritelob(); [ OCI_Lob-write(); ] - fwrite(); analogue for Lobs

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

2003-11-06 Thread Sascha Schumann
sas Thu Nov 6 09:29:11 2003 EDT Modified files: /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 happily returns

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

2003-11-06 Thread Sascha Schumann
sas Thu Nov 6 09:31:33 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: WS Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.217 php-src/ext/oci8/oci8.c:1.218 --- php-src/ext/oci8/oci8.c:1.217 Thu Nov 6 09:29:09 2003 +++

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

2003-07-22 Thread Thies C. Arntzen
thies Tue Jul 22 06:38:35 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: @ - Added optional Parameter to OCIWriteTemporaryLob which allows to @ specify the type of LOB you want to be written (OCI_TEMP_CLOB, OCI_TEMP_BLOB) @ (Patch by Novicky

<    1   2