summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* Single-line comments pleaseRasmus Lerdorf2002-08-131-2/+1
* fix crash bug introduced by last commitThies C. Arntzen2002-04-141-1/+3
* ocibind: avoid warning in debug mode if an outbound variable is NULLThies C. Arntzen2002-04-131-0/+1
* @- Mixing OCIPlogon and OCINLogon no longer leak Oracle-Sessions. (thies)Thies C. Arntzen2002-04-131-1/+7
* - Let OCIError() also return the sql statement which failed and the exactMarkus Fischer2002-03-181-2/+23
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
* Maintain headers.Sebastian Bergmann2002-02-281-3/+3
* only rollback at script end if there is something to rollback.Thies C. Arntzen2002-02-102-9/+30
* - got rid of unneded calls to OCIAttrGet when reexecuting the same queryThies C. Arntzen2002-02-082-22/+31
* enable "user-interrupts"Thies C. Arntzen2002-01-301-0/+4
* @ - Added 3 new optional parameters to OCIFetchStatement(). They controlThies C. Arntzen2002-01-171-30/+105
* typoThies C. Arntzen2001-12-131-1/+1
* Update headers.Sebastian Bergmann2001-12-112-4/+4
* Unified the configure messages.foobar2001-11-301-0/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* - <br> -> <br />Derick Rethans2001-10-061-1/+1
* 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.Jeroen van Wolffelaar2001-09-261-6/+6
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-5/+5
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-81/+81
* Collections core-dump fix. ocicollgetelem was using OCIInd insteadAndy Sautins2001-09-191-2/+2
* Change duration of temporary lobs to avoid leakage of temporary lobDavid Benson2001-09-171-4/+25
* Collection fix. getelem method now handles returning nullsAndy Sautins2001-09-161-3/+9
* oops. Used C++ style comments. Make C styleAndy Sautins2001-09-111-1/+1
* Collection fix. Fix core dump when accessing an element that isAndy Sautins2001-09-111-0/+5
* Handle assign/append of NULL values to collections correctly. NowAndy Sautins2001-09-111-0/+45
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-3/+3
* mega patch to avoid recursive oci-calls as they might break oracle!Thies C. Arntzen2001-08-151-632/+864
* beautifyThies C. Arntzen2001-08-111-2/+2
* use macros for accessing properties in object.Thies C. Arntzen2001-08-111-2/+2
* Fixing a TSRMLS_FETCH problem.Frank M. Kromann2001-08-071-2/+3
* - 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-282-46/+12
* - 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