summaryrefslogtreecommitdiff
path: root/ext/oracle
Commit message (Expand)AuthorAgeFilesLines
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* fix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838)Thies C. Arntzen2000-11-161-6/+1
* update my email.Thies C. Arntzen2000-10-291-1/+1
* 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
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-5/+12
* - Reserved the patchDerick Rethans2000-10-101-2/+1
* - Made ora_close return values like it should (thanks to james@php.net andDerick Rethans2000-10-091-1/+2
* fix not producing valid extensionDaniel Beulshausen2000-09-301-2/+2
* fixed debug build and removed dswDaniel Beulshausen2000-09-062-32/+3
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-7/+7
* @- You can now call Ora_Error() without prameters to get the reasonThies C. Arntzen2000-07-152-16/+36
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-4/+0
* Fix spacing and say that --with-oracle uses the oci7 interfaceRasmus Lerdorf2000-06-231-1/+1
* good morning, thies!Thies C. Arntzen2000-06-191-2/+2
* some adjustments to the sysliblistThies C. Arntzen2000-06-191-18/+2
* fixed typoThies C. Arntzen2000-06-151-3/+3
* making oracle module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* - Update module project files to include:Andi Gutmans2000-06-101-2/+2
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-11/+11
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
* 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
* config.m4 redone - now supports building oracle extension as shared moduleThies C. Arntzen2000-05-083-155/+151
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
* 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
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* compile fixThies C. Arntzen2000-04-281-0/+4
* moving pointers to header and library files to match php_build structureFrank M. Kromann2000-04-231-4/+4
* .Thies C. Arntzen2000-04-211-4/+4
* oracle compiles now on win32 - untested!Thies C. Arntzen2000-04-214-10/+142
* phpinfo() prettyingColin Viebrock2000-04-061-4/+10
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* More protos.Egon Schmid2000-02-231-3/+2
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-2/+2
* Define phpext_oracle_ptr properly.Andrei Zmievski2000-02-111-1/+1
* fix compileThies C. Arntzen2000-02-051-17/+17
* RETURN_NULL -> RETURN_NULL() // we don't want macros without an argumnetThies C. Arntzen2000-01-191-1/+1
* @- Ora_GetColumn()/Ora_FetchInto() now return NULL for NULL-Columns. (Thies)Thies C. Arntzen2000-01-181-6/+7