summaryrefslogtreecommitdiff
path: root/ext/oracle/oracle.c
Commit message (Collapse)AuthorAgeFilesLines
* MFHStig Bakken2001-05-241-0/+4
|
* fixed newly introduced crash in ora_bindThies C. Arntzen2001-03-271-3/+0
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* 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...
* 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
|
* 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)
* @- You can now call Ora_Error() without prameters to get the reasonThies C. Arntzen2000-07-151-16/+35
| | | | | @ for a failed connection attempt. (Kirill Maximov)
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-4/+0
|
* fixed typoThies C. Arntzen2000-06-151-3/+3
|
* - 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
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* config.m4 redone - now supports building oracle extension as shared moduleThies C. Arntzen2000-05-081-4/+3
| | | | | # 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.
* compile fixThies C. Arntzen2000-04-281-0/+4
|
* oracle compiles now on win32 - untested!Thies C. Arntzen2000-04-211-8/+0
|
* phpinfo() prettyingColin Viebrock2000-04-061-4/+10
|
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
| | | | | PR: #3786
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* 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
| | | | | #if !(WIN.* => #ifndef PHP_WIN32
* 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
| | | | | also changed return-type for list-dtor
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* - The tree compiles againZeev Suraski1999-12-181-25/+25
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* small cleanups in MINIT codeThies C. Arntzen1999-12-091-25/+4
| | | | | OCIInitialize is now called at the "right" spot again
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* new improved resource-API (i hope everything still compiles)Thies C. Arntzen1999-10-121-40/+27
|
* fixed ora_close againThies C. Arntzen1999-10-051-23/+9
|
* init in thread-safe mode if ZTS isdefinedThies C. Arntzen1999-09-281-1/+1
|
* fixed startup-deadlock.Thies C. Arntzen1999-09-281-2/+0
|
* use getParameterExThies C. Arntzen1999-09-241-156/+157
|
* tiny optimisationThies C. Arntzen1999-09-231-1/+1
|
* Ora_Fetch_Into now resets the returned array in all casesThies C. Arntzen1999-09-231-9/+10
|
* fixed NULL columnThies C. Arntzen1999-09-231-68/+67
| | | | | cleanups
* i always forget something;-)Thies C. Arntzen1999-09-221-10/+2
|
* fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c)Thies C. Arntzen1999-09-221-273/+180
| | | | | oracle_hack.c should no longer be needed!
* resourcified OracleThies C. Arntzen1999-09-221-120/+53
|
* ZTSThies C. Arntzen1999-08-181-19/+48
|
* some ZTS stuffThies C. Arntzen1999-08-181-2/+7
|
* ZTS stuffThies C. Arntzen1999-08-171-121/+103
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-95/+95
| | | | | php3_compat.h)