History log of /PHP-5.3/ext/oci8/oci8.c (Results 101 – 125 of 381)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.3RC2
# 6c101d64 22-Mar-2006 Antony Dovgal

fix #36820 (Privileged connection with an Oracle password file fails)


Revision tags: php-5.1.3RC1
# 6ce1f439 07-Mar-2006 Antony Dovgal

MFH
add workaround for Oracle server crash, use OCIServerVersion() instead of OCIPing()
fix #36250 (PHP Causes ORA-07445 Core dump in Oracle server 9.2.x)


Revision tags: RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4
# 1d72f55e 18-Jan-2006 Antony Dovgal

MFH: reorganize resource destruction


# 4278ffd3 17-Jan-2006 Antony Dovgal

MFH: fix #36055 (possible OCI8 crash in multithreaded environment)


Revision tags: php-4.4.2
# 92f05078 10-Jan-2006 Antony Dovgal

MFH: destroy regular connections in RSHUTDOWN if ZTS is used
this fixes problem with Oracle9 (not Oracle10) and Apache2/worker - connections are not being closed correctly
see #35205 and simi

MFH: destroy regular connections in RSHUTDOWN if ZTS is used
this fixes problem with Oracle9 (not Oracle10) and Apache2/worker - connections are not being closed correctly
see #35205 and similar issues

show more ...


Revision tags: php-5.1.2RC2
# 8eb44c31 05-Jan-2006 Antony Dovgal

MFH: delete descriptor from the hash and avoid crashes on commit/rollback


Revision tags: php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# a3af52c1 05-Dec-2005 foobar

MFH: list_entry -> zend_rsrc_list_entry


Revision tags: RELEASE_2_0_2
# 3756201e 01-Dec-2005 Antony Dovgal

upgrade bundled OCI8 to v.1.1


Revision tags: php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2
# c7974662 10-Oct-2005 Antony Dovgal

MF44: fix #33383 (crash when retrieving empty LOBs)


Revision tags: php-4.4.1RC1, RELEASE_0_9_0
# e0e9b5ac 04-Oct-2005 Antony Dovgal

fix #34731, patch by novicky at aarongroup dot cz


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1
# 94770975 18-Aug-2005 foobar

MFH: Nuked EOLs from error messages


Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1
# 2a128504 13-Jun-2005 Antony Dovgal

destroy session after destroying error handle
SQLT_CHR is allowed too


Revision tags: php-5.1.0b1, php-5.0.1b1
# 5ca4b838 28-Apr-2005 Antony Dovgal

handle unsupported datatype (OCIBindByName segfaults somewhere in OCI lib when
unknown type is provided)


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# d0427fee 20-Jan-2005 Antony Dovgal

fix bug #31623 (OCILogin does not support password grace period)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 7c3eaef3 22-Nov-2004 Andi Gutmans

- Don't reuse Oracle connections in multi-threaded environments until
- we decide to either not support ZTS connection pooling (kind of
- pointless as PHP isn't stable in ZTS mode) or fix the

- Don't reuse Oracle connections in multi-threaded environments until
- we decide to either not support ZTS connection pooling (kind of
- pointless as PHP isn't stable in ZTS mode) or fix the 100% reproducable
- crash bug on oci_connect() under Windows most probably due to this
- problem.

show more ...


# 73756899 21-Nov-2004 Andi Gutmans

*** empty log message ***


# 07f84de6 23-Oct-2004 Antony Dovgal

commit fixes by <mikael dot suvi at trigger dot ee>
(segfaults under heavy load)


Revision tags: PRE_NEW_VM_GEN_PATCH
# 3a582258 10-Oct-2004 Antony Dovgal

fix possible segfault


# b0b4b6ef 10-Oct-2004 Antony Dovgal

prevent deadlocks when re-using previously established persistent connection


# 454b9659 28-Sep-2004 Antony Dovgal

fix bug #29652 (number of FD to ocius.msb is growing)
many thanks to Sergei V. Rozinov <S dot Rozinov at sibron dot ru> for testing


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# cbd5396c 19-Jul-2004 Antony Dovgal

fix build


# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


Revision tags: php-5.0.0RC4, php-5.0.0
# f6eb507b 15-Jul-2004 Antony Dovgal

fix #29012 (Potential race during first connection) thanks to cjbj at hotmail dot com


12345678910>>...16