summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-4/+4
* detect oracle9iThies C. Arntzen2001-07-261-1/+4
* @- Improved the stability of OCIPlogon() after a database restart. (Thies)Thies C. Arntzen2001-07-251-0/+2
* indentionThies C. Arntzen2001-07-231-2/+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-082-1/+7
* Moved some messages to the end of configure process so they are easierfoobar2001-06-231-9/+0
* - 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
* Killed some compile warnings.foobar2001-05-281-0/+7
* * 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
* Nuke more quotesSascha Schumann2001-05-121-2/+2
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+2
* namespace-protect "open"Thies C. Arntzen2001-05-042-21/+21
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-2/+2
* Collections cleanupAndy Sautins2001-04-251-558/+264
* Cleanup collections - removed unused members from oci_collection structureAndy Sautins2001-04-251-5/+0
* 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-143-6/+7
* @- Added temporary LOB support in OCI8 (Patch by David Benson)Thies C. Arntzen2001-04-142-3/+157
* the collections stuff s worth mentioning in the credits!Thies C. Arntzen2001-04-141-1/+1
* @ - OCI8 now supports binding of collectionsThies C. Arntzen2001-04-132-7/+1100
* never initialize oci in OCI_THREADED mode. seems to break win32.Thies C. Arntzen2001-04-111-0/+5
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-10/+10
* @- 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-262-2/+2
* - 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
* This should make detecting the version of Oracle libs a bit more accuratefoobar2001-02-141-4/+8
* 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
* Stop automatically passing vars to AC_SUBST through PHP_SUBST.Sascha Schumann2000-12-201-1/+1
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* 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-292-5/+5
* Check also that the file isn't empty.foobar2000-10-291-1/+1
* @- Fixed conflict with OpenLDAP and Oracle 8.1.x (Jani)foobar2000-10-291-1/+2