From d88e3ee93d58acdc2fb6192e0f44e14d631494d0 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 7 Mar 2006 10:22:54 +0000 Subject: [PATCH] prepare to the next release --- ext/oci8/package.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index ce9ff36ffd..f89dd9ae30 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -31,8 +31,13 @@ beta 1.2 - 2005-??-?? + 2006-??-?? + Changed OCI8 code to use OCIServerVersion() instead of OCIPing(), which may crash Oracle server of version < 10.2 + Fixed bug #36235 (ocicolumnname returns false before a succesfull fetch) + Fixed bug #36096 (oci_result() returns garbage after oci_fetch() failed) + Fixed bug #36055 (possible OCI8 crash in multithreaded environment) + Fixed bug #36010 (Segfault when re-creating and re-executing statements with bound parameters) Fixed PECL bug #5571 (oci_new_connect() not closed by oci_close()) Fixed bug #33383 (crash when retrieving empty BLOBs) @@ -50,12 +55,14 @@ + + -- 2.50.1