summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* - <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
* 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