History log of /PHP-8.3/ext/oci8/oci8.c (Results 451 – 475 of 541)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# ea9be8b8 28-Apr-2000 Thies C. Arntzen

compile fix


# 6f08c178 27-Apr-2000 Thies C. Arntzen

.


# 6ccea93d 27-Apr-2000 Thies C. Arntzen

allow oci8 to be build as loadable module.


# 232bcff7 24-Apr-2000 Thies C. Arntzen

.


# 57c20bf8 24-Apr-2000 Thies C. Arntzen

fix warning


# eb786dc0 21-Apr-2000 Thies C. Arntzen

make it compile on Win32


# b27718ff 21-Apr-2000 Thies C. Arntzen

@- OCIBindByName() will no longer complain about bindlength beeing zero. (Thies)


# a7c8bfb9 06-Apr-2000 Colin Viebrock

phpinfo() prettying


Revision tags: PHP-4.0-RC1
# ae67ddc3 14-Mar-2000 Egon Schmid

One space character is enough.


# 29c41fe4 14-Mar-2000 Egon Schmid

Thies, please check the function names and descriptions.


1...<<11121314151617181920>>...22