summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* @- fixed crash in OCIParse when parsing invalid SQL. (Thies)Thies C. Arntzen2000-05-301-2/+8
* @- Uncommitted outstanding OCI8 transactions are now rolled backThies C. Arntzen2000-05-251-6/+8
* proto function name fixedHartmut Holzgraefe2000-05-231-2/+2
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-4/+4
* added some Notice about --enable-sigchildThies C. Arntzen2000-05-191-0/+9
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* fix .sl <-> .so recognitionThies C. Arntzen2000-05-151-3/+3
* this now works on .so and .sl (HP) systemsThies C. Arntzen2000-05-151-2/+2
* imporved version detectionThies C. Arntzen2000-05-081-6/+9
* rewritten the configure stuffThies C. Arntzen2000-05-083-98/+71
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-301-2/+2
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* compile fixThies C. Arntzen2000-04-281-2/+2
* using vi to update DevStudio Files, yeah!Thies C. Arntzen2000-04-271-4/+4
* .Thies C. Arntzen2000-04-271-7/+1
* allow oci8 to be build as loadable module.Thies C. Arntzen2000-04-273-138/+80
* .Thies C. Arntzen2000-04-241-1/+1
* enabel PDBThies C. Arntzen2000-04-241-4/+4
* fix warningThies C. Arntzen2000-04-241-1/+1
* moving pointers to header and library files to match php_build structureFrank M. Kromann2000-04-231-4/+4
* *** empty log message ***Thies C. Arntzen2000-04-212-0/+142
* make it compile on Win32Thies C. Arntzen2000-04-211-2/+2
* @- OCIBindByName() will no longer complain about bindlength beeing zero. (Thies)Thies C. Arntzen2000-04-211-4/+4
* phpinfo() prettyingColin Viebrock2000-04-061-4/+9
* no c++ comments // pleaseThies C. Arntzen2000-03-261-1/+5
* One space character is enough.Egon Schmid2000-03-141-2/+2
* Thies, please check the function names and descriptions.Egon Schmid2000-03-141-33/+71
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* (OCILogon) fixed crash in OCILogon if username was not valid (newly introduce...Thies C. Arntzen2000-03-091-1/+1
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* @- OCINLogon() sessions are now closed again. (Thies)Thies C. Arntzen2000-03-062-7/+9
* 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