]> granicus.if.org Git - php/commit
Cleaned up whitespace
authorChristopher Jones <sixd@php.net>
Wed, 12 Mar 2008 01:25:13 +0000 (01:25 +0000)
committerChristopher Jones <sixd@php.net>
Wed, 12 Mar 2008 01:25:13 +0000 (01:25 +0000)
commit7d41cd902baf8d428b1ceb0f8af94d458a8b17da
tree9013364404cd38cb7276681b5b595509fc091c7e
parenta25b1f6d6d815dd3ec670f37e85b3ad831e3edd1
Cleaned up whitespace

Fixed bug #44372 (compilation with Oracle 10gR1 libraries)
http://bugs.php.net/bug.php?id=44372

Updated updated error number list to improve re-connection
behavior after a database restart.

Guard against potential internal list corruption after ping
removes old oci_pconnect() information.

Fix ini_set("oci8.connection_class", "abc") to get an appropriate
persistent connection.

Ping at oci8.ping_interval for oci_connect() and oci_new_connect()
when DRCP connections are used. This improves non-persistent
connection reliability if a database gets restarted.
ext/oci8/README
ext/oci8/oci8.c
ext/oci8/php_oci8_int.h
ext/oci8/tests/drcp_cclass1.phpt [new file with mode: 0644]