From: Antony Dovgal Date: Tue, 7 Aug 2007 21:56:10 +0000 (+0000) Subject: update changelog X-Git-Tag: php-5.2.4RC2~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15de12187e89a646c9c890e54326f4019cddb0f0;p=php update changelog --- diff --git a/ext/oci8/package2.xml b/ext/oci8/package2.xml index 63e64c5e16..7bc0b2b707 100644 --- a/ext/oci8/package2.xml +++ b/ext/oci8/package2.xml @@ -43,9 +43,10 @@ Fixed bug #42173 (INTERVAL and TIMESTAMP type fixes). Fixed bug #42134 (oci_error() returns false after oci_new_collection() fails). Fixed bug #41711 (Null temporary lobs not supported). Fixed bug #41594 (Statement cache is flushed too frequently). -Enable statement cache for non-persistent connections. Fixed segfault on rebindinging and rexecuting a statement with LOBs. Fixed compile failure in ZTS mode when collections support is missing. +Enabled statement cache for non-persistent connections. +Improved oci_password_change() to close persistent connections on shutdown (to update hashed connection details). Various minor improvements.