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

2008-07-24 Thread Christopher Jones
sixdThu Jul 24 15:23:30 2008 UTC Modified files: /php-src/ext/oci8 oci8.c php_oci8.h Log: 1. Fix macro version test for constants 2. [DOC] Increase oci8.default_prefetch to 100. Better out of box experience. Consistent woth PDO_OCI

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

2003-12-25 Thread Antony Dovgal
tony2001Thu Dec 25 08:54:51 2003 EDT Modified files: /php-src/ext/oci8 oci8.c php_oci8.h Log: workaround for possible ORA-22280 warning if buffers were not flushed Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.227

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

2003-12-17 Thread Jani Taskinen
When you close bugs, you should tell them that they're not fixed in PHP 4..especially when the bugs are reported for PHP 4.. And Harald, you should know by now already that @ in commit message does not work. Edit the NEWS file. (you don't really need to put that long entry

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

2003-12-16 Thread Harald Radi
phanto Tue Dec 16 05:29:12 2003 EDT Modified files: /php-src/ext/oci8 oci8.c php_oci8.h Log: @- fixed #20006, #22674 and #24531 (harald) @- added ZTS connection pooling support to the oci extension @ connections will now be pooled per process and not @

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