From d72a51c83a98fdd80097a43617643d3933b3c29b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 5 Jun 2006 10:02:45 +0000 Subject: [PATCH] add new changelog entries --- ext/oci8/package.xml | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 7744c716b4..ea967c5121 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -30,16 +30,13 @@ PHP stable - 1.2.1 - 2006-05-02 + 1.2.2 + 2006-06-07 - Added support for BINARY_DOUBLE and BINARY_FLOAT (see #36764) - Changed oci_field_type() to return VARCHAR2 instead of VARCHAR (according to feature request #36800) - Fixed bug #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields) - Fixed bug #37055 (incorrect reference counting for persistent OCI8 connections) - Fixed bug #36934 (OCILob->read() doesn't move internal pointer when reading 0's) - Fixed bug #36851 (Documentation and code discrepancies for NULL data) - Fixed bug #36820 (Privileged connection with an Oracle password file fails) + Fixed bug #37531 (oci8 persistent connection corruption) + Fixed bug #37487 (oci_fetch_array() array-type should always default to OCI_BOTH) + Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of request) + Fixed bug #34005 (oci_password_change() fails). Patch by pholdaway at technocom-wireless dot com. @@ -180,6 +177,20 @@ + + stable + 1.2.1 + 2006-05-02 + + Added support for BINARY_DOUBLE and BINARY_FLOAT (see #36764) + Changed oci_field_type() to return VARCHAR2 instead of VARCHAR (according to feature request #36800) + Fixed bug #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields) + Fixed bug #37055 (incorrect reference counting for persistent OCI8 connections) + Fixed bug #36934 (OCILob->read() doesn't move internal pointer when reading 0's) + Fixed bug #36851 (Documentation and code discrepancies for NULL data) + Fixed bug #36820 (Privileged connection with an Oracle password file fails) + + stable 1.2.0 -- 2.50.1