summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* Added functions to retrieve scale, precision and raw oracle data type forJoe Martin2000-03-032-2/+114
* @- OCINLogon no longer crashes. (Thies)Thies C. Arntzen2000-03-011-0/+1
* out of space in private (brain) memory;-)Thies C. Arntzen2000-02-271-0/+1
* just so that i don't forgetThies C. Arntzen2000-02-271-0/+2
* Thies, it looks now a little bit better.Egon Schmid2000-02-231-82/+56
* @- Fixed OCI8 crash when returning cursors from stored-procedures. (Thies)Thies C. Arntzen2000-02-221-1/+1
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* *** empty log message ***Zeev Suraski2000-02-191-1/+1
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-1/+1
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-1/+1
* kill warningThies C. Arntzen2000-02-071-29/+30
* make it work without the zend_hash_pointer*() functions. some work on the shu...Thies C. Arntzen2000-02-012-138/+181
* @- OCI8 now supports binding of NULL-values. Module cleanups. (Thies)Thies C. Arntzen2000-01-162-604/+617
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* fix AC_DEFINEThies C. Arntzen1999-12-301-5/+2
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-1/+1
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-7/+3
* Integration of -ng changes. Changes:Sascha Schumann1999-12-303-7/+12
* digital cc doe not like whitespaces before a # markThies C. Arntzen1999-12-231-4/+4
* Enable --with-oci8 to use relative paths as input parametersSascha Schumann1999-12-221-1/+1
* - The tree compiles againZeev Suraski1999-12-181-34/+34
* More php3_ cleanupZeev Suraski1999-12-171-3/+3
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-172-5/+5
* More php3_ annihilationZeev Suraski1999-12-171-2/+2
* More php3_ annihilationZeev Suraski1999-12-171-2/+2
* small cleanups in MINIT codeThies C. Arntzen1999-12-092-32/+15
* @- OCI8 now returns NULL values in LONG columns correct. (Thies)Thies C. Arntzen1999-12-081-3/+3
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-042-1/+1
* fixed tiny leakThies C. Arntzen1999-12-041-0/+1
* just a remarkThies C. Arntzen1999-12-011-0/+1
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
* added missing function-aliasThies C. Arntzen1999-11-121-0/+3
* oops, didn't mean to activate this!Thies C. Arntzen1999-11-121-2/+2
* @- Fixed selecting nested-tables in OCI8. (Thies)Thies C. Arntzen1999-11-121-1/+10
* # Fix commentsRasmus Lerdorf1999-11-101-3/+3
* IRIX ld likes this order betterThies C. Arntzen1999-11-091-1/+1
* @- implemented OCI8 $lob->WriteToFile() function - very useful for streamingThies C. Arntzen1999-10-271-4/+198
* new improved resource-API (i hope everything still compiles)Thies C. Arntzen1999-10-121-4/+4
* use reference counting for emulating child<->parent (cursor<->connection) rel...Thies C. Arntzen1999-10-052-31/+13
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
* major rework here - the refcount stuff gets better and better!Thies C. Arntzen1999-09-302-417/+309
* fixed crash in connection shutdown!Thies C. Arntzen1999-09-292-9/+30
* just some renaming.Thies C. Arntzen1999-09-291-16/+14
* initialize OCI in threaded mode if ZTS is defined.Thies C. Arntzen1999-09-281-2/+8
* fix #2316 - fetching empty LOBs via OCI8Thies C. Arntzen1999-09-171-7/+11
* you can now position when doing lob-writes.Thies C. Arntzen1999-09-141-17/+42
* Added PHP_WITH_SHARED for checking "shared,*" prefix when configuringStig Bakken1999-09-131-1/+1
* got rid of the define-callback stuff there's a bug in oracle-oci8!Thies C. Arntzen1999-09-132-118/+50
* Per Stig's suggestion.Andrey Hristov1999-09-131-1/+3
* ported $lob->savefile($filename) method from PHP3Thies C. Arntzen1999-09-131-5/+103