summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
Commit message (Expand)AuthorAgeFilesLines
* - TSRMLS_FETCH workZeev Suraski2001-08-051-2/+2
* more ZTS fixes.foobar2001-07-311-53/+53
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-2/+2
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-12/+12
* More TSRMLS_FETCH workZeev Suraski2001-07-311-16/+16
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-4/+4
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-11/+11
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-35/+11
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-4/+4
* @- Improved the stability of OCIPlogon() after a database restart. (Thies)Thies C. Arntzen2001-07-251-0/+2
* clearify ocisetprefetchThies C. Arntzen2001-07-141-2/+2
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-2/+2
* fix newly introduced SEFAULT.Thies C. Arntzen2001-07-091-1/+1
* use erealloc for zvals!Thies C. Arntzen2001-07-091-1/+1
* @ - Make sure that OCI8 outbound variables are always zero-terminated. (Thies)Thies C. Arntzen2001-07-081-1/+5
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-191-3/+3
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+4
* Change OCIFreeColl to OCIFreeCollection for consistencyAndy Sautins2001-06-061-6/+6
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-4/+7
* should fix compile warnings on win32Sterling Hughes2001-05-301-2/+2
* fix compileSterling Hughes2001-05-301-1/+2
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Add correct OCIObjectFree to free collections immediately ( OCI_FREECOLL...Andy Sautins2001-05-221-5/+23
* namespace-protect "open"Thies C. Arntzen2001-05-041-18/+18
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-2/+2
* Collections cleanupAndy Sautins2001-04-251-558/+264
* fixed ZTS buidl - still some WS pollution leftThies C. Arntzen2001-04-231-2/+11
* Change all // to /* */, fixed small whitespace.Jason Greene2001-04-191-6/+6
* enable temporary LOBs when we detect oracle 8.1Thies C. Arntzen2001-04-141-4/+4
* @- Added temporary LOB support in OCI8 (Patch by David Benson)Thies C. Arntzen2001-04-141-2/+156
* @ - OCI8 now supports binding of collectionsThies C. Arntzen2001-04-131-7/+1084
* never initialize oci in OCI_THREADED mode. seems to break win32.Thies C. Arntzen2001-04-111-0/+5
* @- Fixed binding of ROWIDs in OCI8. (Thies)Thies C. Arntzen2001-03-021-0/+1
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-2/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* - Fixed crash in OCI8 when using unitialized LOBs. (Thies)Thies C. Arntzen2001-02-181-14/+6
* make oci work again.Thies C. Arntzen2001-02-171-17/+16
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-6/+2
* ocifreedesc() now spits a NOTICE when called the "wrong" way.Thies C. Arntzen2001-02-141-1/+3
* @- Improved OCI8 dead-session detection. (Patch by: George Schlossnagle)Thies C. Arntzen2001-02-121-18/+62
* fix small leak in ociexecute()Thies C. Arntzen2001-01-071-7/+1
* don't use TLS in MINIT function.Thies C. Arntzen2000-11-161-3/+0
* @- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)Thies C. Arntzen2000-11-131-3/+3
* update my email.Thies C. Arntzen2000-10-291-4/+4
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-5/+5
* @- OCIBindByName() now does better parameter-checking. (Thies)Thies C. Arntzen2000-10-221-21/+29
* added missing def.Daniel Beulshausen2000-10-211-0/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-13/+24
* @- Fixed returning of empty LOB fields in OCI8. (Thies)Thies C. Arntzen2000-10-071-4/+3