From 12ddff7032f9d49bcc8eb94db3440fd081245bff Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 6 Aug 2007 15:57:27 +0000 Subject: [PATCH] update changelog & list of files --- ext/oci8/package2.xml | 150 ++++++++++++++++++++++++++++-------------- 1 file changed, 99 insertions(+), 51 deletions(-) diff --git a/ext/oci8/package2.xml b/ext/oci8/package2.xml index 30225cf31a..63e64c5e16 100644 --- a/ext/oci8/package2.xml +++ b/ext/oci8/package2.xml @@ -27,22 +27,25 @@ the Oracle Call Interface (OCI8). andi@zend.com yes - 2007-01-25 - + 2007-08-08 + - 1.2.3 - 1.2.3 + 1.2.4 + 1.2.4 stable stable PHP - Fixed possible segfault in ZTS mode when statements containing sub-statements are destroyed in wrong order. -Fixed bug #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name()). -Fixed bug #39988 (type argument of oci_define_by_name() is ignored). -Fixed bug #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit). -Fixed PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column). + Fixed PECL bug #10194 (crash in Oracle client when memory limit reached in the callback). +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. Various minor improvements. @@ -62,23 +65,23 @@ Various minor improvements. - - + - + - + + - + @@ -87,89 +90,99 @@ Various minor improvements. + + + - - + - + + - + - - + - + - + - + - + - + - + - + + - - - - + + + - - + + + + + + + + - - - + + + - - + + - - + - - + + + - + + - + + @@ -180,6 +193,7 @@ Various minor improvements. + @@ -207,28 +221,45 @@ Various minor improvements. + + + + + + + + + - + + + - - + + + + + + - - + + - + + + @@ -248,7 +279,7 @@ Various minor improvements. - 4.3.10 + 4.3.11 6.0.0 6.0.0 @@ -263,6 +294,23 @@ Various minor improvements. + + 1.2.3 + 1.2.3 + + + stable + stable + + 2007-01-25 + PHP + Fixed possible segfault in ZTS mode when statements containing sub-statements are destroyed in wrong order. +Fixed bug #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name()). +Fixed bug #39988 (type argument of oci_define_by_name() is ignored). +Fixed bug #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit). +Fixed PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column). +Various minor improvements. + 1.2.2 1.2.2 -- 2.40.0