summaryrefslogtreecommitdiff
path: root/ext/oracle
Commit message (Collapse)AuthorAgeFilesLines
* MFBEdin Kadribasic2002-04-251-1/+3
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-9/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* add oracle 9 detection for oracle-moduleThies C. Arntzen2002-02-041-1/+3
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Unified the configure messages.foobar2001-11-301-0/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-2/+2
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-41/+41
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* fixed a warning regarding incompatible function pointer typesHartmut Holzgraefe2001-09-171-4/+2
|
* - 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-5/+5
| | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( #
* Some more TSRMLS_FETCH workZeev Suraski2001-07-311-27/+25
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-4/+3
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-4/+0
|
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-3/+3
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+0
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-23/+7
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-4/+4
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* Moved some messages to the end of configure process so they are easierfoobar2001-06-231-9/+0
| | | | | to notice.
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-191-1/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-4/+64
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Nuke more quotesSascha Schumann2001-05-121-2/+2
|
* 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
|