Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | fixed newly introduced crash in ora_bind | Thies C. Arntzen | 2001-03-27 | 1 | -3/+0 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -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. Arntzen | 2000-11-16 | 1 | -6/+1 |
| | |||||
* | update my email. | Thies C. Arntzen | 2000-10-29 | 1 | -1/+1 |
| | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -3/+3 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -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 patch | Derick Rethans | 2000-10-10 | 1 | -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 and | Derick Rethans | 2000-10-09 | 1 | -1/+2 |
| | | | | | mathieu@gginter.net) | ||||
* | @- You can now call Ora_Error() without prameters to get the reason | Thies C. Arntzen | 2000-07-15 | 1 | -16/+35 |
| | | | | | @ for a failed connection attempt. (Kirill Maximov) | ||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -4/+0 |
| | |||||
* | fixed typo | Thies C. Arntzen | 2000-06-15 | 1 | -3/+3 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -11/+11 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -2/+2 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | config.m4 redone - now supports building oracle extension as shared module | Thies C. Arntzen | 2000-05-08 | 1 | -4/+3 |
| | | | | | # i really hope i didn't break linking agains ancient oracle-versions! | ||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | compile fix | Thies C. Arntzen | 2000-04-28 | 1 | -0/+4 |
| | |||||
* | oracle compiles now on win32 - untested! | Thies C. Arntzen | 2000-04-21 | 1 | -8/+0 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -4/+10 |
| | |||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 |
| | | | | | PR: #3786 | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | More protos. | Egon Schmid | 2000-02-23 | 1 | -3/+2 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -2/+2 |
| | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | ||||
* | fix compile | Thies C. Arntzen | 2000-02-05 | 1 | -17/+17 |
| | |||||
* | RETURN_NULL -> RETURN_NULL() // we don't want macros without an argumnet | Thies C. Arntzen | 2000-01-19 | 1 | -1/+1 |
| | |||||
* | @- Ora_GetColumn()/Ora_FetchInto() now return NULL for NULL-Columns. (Thies) | Thies C. Arntzen | 2000-01-18 | 1 | -6/+7 |
| | | | | | also changed return-type for list-dtor | ||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -25/+25 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | small cleanups in MINIT code | Thies C. Arntzen | 1999-12-09 | 1 | -25/+4 |
| | | | | | OCIInitialize is now called at the "right" spot again | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -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. Arntzen | 1999-10-12 | 1 | -40/+27 |
| | |||||
* | fixed ora_close again | Thies C. Arntzen | 1999-10-05 | 1 | -23/+9 |
| | |||||
* | init in thread-safe mode if ZTS isdefined | Thies C. Arntzen | 1999-09-28 | 1 | -1/+1 |
| | |||||
* | fixed startup-deadlock. | Thies C. Arntzen | 1999-09-28 | 1 | -2/+0 |
| | |||||
* | use getParameterEx | Thies C. Arntzen | 1999-09-24 | 1 | -156/+157 |
| | |||||
* | tiny optimisation | Thies C. Arntzen | 1999-09-23 | 1 | -1/+1 |
| | |||||
* | Ora_Fetch_Into now resets the returned array in all cases | Thies C. Arntzen | 1999-09-23 | 1 | -9/+10 |
| | |||||
* | fixed NULL column | Thies C. Arntzen | 1999-09-23 | 1 | -68/+67 |
| | | | | | cleanups | ||||
* | i always forget something;-) | Thies C. Arntzen | 1999-09-22 | 1 | -10/+2 |
| | |||||
* | fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c) | Thies C. Arntzen | 1999-09-22 | 1 | -273/+180 |
| | | | | | oracle_hack.c should no longer be needed! | ||||
* | resourcified Oracle | Thies C. Arntzen | 1999-09-22 | 1 | -120/+53 |
| | |||||
* | ZTS | Thies C. Arntzen | 1999-08-18 | 1 | -19/+48 |
| | |||||
* | some ZTS stuff | Thies C. Arntzen | 1999-08-18 | 1 | -2/+7 |
| | |||||
* | ZTS stuff | Thies C. Arntzen | 1999-08-17 | 1 | -121/+103 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -95/+95 |
| | | | | | php3_compat.h) |