summaryrefslogtreecommitdiff
path: root/ext/oracle
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+2
|
* Fixed bug: #10779foobar2001-05-101-4/+4
|
* Fix bug #10212.foobar2001-04-091-2/+2
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-51/+51
| | | | | # Heads up people! I tested this before committing but you never know..
* fixed newly introduced crash in ora_bindThies C. Arntzen2001-03-271-3/+0
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* This should make detecting the version of Oracle libs a bit more accuratefoobar2001-02-141-2/+6
| | | | | | to avoid the 'missing libcore4' errors. (e.g. on AIX) Bug reports: #9027, #8905
* Heads up people!Zeev Suraski2000-12-221-3/+1
| | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok...
* Stop automatically passing vars to AC_SUBST through PHP_SUBST.Sascha Schumann2000-12-201-1/+1
| | | | | | | | There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place.
* 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
| | | | | # PR: 4257,4698,5527,6112,6650,7195
* 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
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* - Reserved the patchDerick Rethans2000-10-101-2/+1
| | | | | | # Please check if it works, as I'm not be able to test it # Blame CaPS for this one :)
* - Made ora_close return values like it should (thanks to james@php.net andDerick Rethans2000-10-091-1/+2
| | | | | mathieu@gginter.net)
* 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 ↵Daniel Beulshausen2000-08-241-7/+7
| | | | the libpath
* @- You can now call Ora_Error() without prameters to get the reasonThies C. Arntzen2000-07-152-16/+36
| | | | | @ for a failed connection attempt. (Kirill Maximov)
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* 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
| | | | | # still needs some fixing - sascha?
* 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
| | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1
* - 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
| | | | | # i really hope i didn't break linking agains ancient oracle-versions!
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
| | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* 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
|