#
f1dcb32c |
| 25-Oct-2000 |
Andrei Zmievski |
Use zend_register_list_destructors_ex() instead.
|
#
248d8527 |
| 22-Oct-2000 |
Thies C. Arntzen |
@- OCIBindByName() now does better parameter-checking. (Thies)
|
#
1d582b88 |
| 21-Oct-2000 |
Daniel Beulshausen |
added missing def.
|
#
7b4983c8 |
| 20-Oct-2000 |
Andrei Zmievski |
Mega-patch to get better resource information for modules. * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destruc
Mega-patch to get better resource information for modules. * 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)
show more ...
|
Revision tags: php-4.0.3 |
|
#
6b5441c3 |
| 07-Oct-2000 |
Thies C. Arntzen |
@- Fixed returning of empty LOB fields in OCI8. (Thies)
|
Revision tags: php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
ffad4101 |
| 16-Aug-2000 |
Thies C. Arntzen |
compile fix
|
#
66f9f8bf |
| 11-Aug-2000 |
Hartmut Holzgraefe |
return type in proto for OCIError fixed
|
#
e05fbd00 |
| 07-Aug-2000 |
Thies C. Arntzen |
fixed binary mode for Win32
|
#
8289c854 |
| 07-Aug-2000 |
Thies C. Arntzen |
@- Fixed CLOB handling in OCI8 driver when using variable-width @ character sets. (Thies)
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
53defde3 |
| 05-Aug-2000 |
Thies C. Arntzen |
@- Fixed warning when shutting down OCINLogon() connections. (Thies)
|
#
34dfe582 |
| 05-Aug-2000 |
Thies C. Arntzen |
@- OCIError() would sometimes not report failed connections. (Thies)
|
#
cef6cc1e |
| 15-Jul-2000 |
Thies C. Arntzen |
fixed uninitilized var in ZTS mode.
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
d58ff645 |
| 03-Jul-2000 |
Thies C. Arntzen |
@- Fixed crash on OCI?Logon() failure. (thies)
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
6ce07a85 |
| 09-Jun-2000 |
Andi Gutmans |
- Change register_internal_class to zend_register_internal_class for - consistency. - Andrei: I'm still thinking about the _ex you want me to implement
|
#
c8ffb0ba |
| 08-Jun-2000 |
Thies C. Arntzen |
@- Fixed crash in OCIFetchStatement() when trying to read after @ all data has already been read. (Thies)
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
#
8c65f816 |
| 30-May-2000 |
Thies C. Arntzen |
@- fixed crash in OCIParse when parsing invalid SQL. (Thies)
|
#
ff53dde1 |
| 25-May-2000 |
Thies C. Arntzen |
@- Uncommitted outstanding OCI8 transactions are now rolled back @ before the connection is closed. (Thies)
|
#
0fa7618f |
| 23-May-2000 |
Hartmut Holzgraefe |
proto function name fixed
|
#
4686a3b5 |
| 23-May-2000 |
Sascha Schumann |
Use #ifdef COMPILE_DL_EXTNAME solely.
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
83145988 |
| 08-May-2000 |
Thies C. Arntzen |
rewritten the configure stuff
|
#
fe50664d |
| 02-May-2000 |
Sascha Schumann |
#if COMPILE_DL becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
|
#
0d383d93 |
| 02-May-2000 |
Sascha Schumann |
Replace the various get_module() functions with a uniform ZEND_GET_MODULE(name) macro.
|
#
5d5b09e1 |
| 30-Apr-2000 |
Andi Gutmans |
- Change some open's to V_OPEN()'s
|