From: Antony Dovgal Date: Tue, 2 May 2006 10:18:58 +0000 (+0000) Subject: prepare to 1.2.1 release X-Git-Tag: BEFORE_NEW_OUTPUT_API~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea759395f8b5d33b5bdd366746aab8784658adbc;p=php prepare to 1.2.1 release --- diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index dda99905a8..7744c716b4 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -30,16 +30,16 @@ PHP stable - 1.2.0 - 2006-03-16 + 1.2.1 + 2006-05-02 - 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) + 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) @@ -56,6 +56,9 @@ + + + @@ -149,6 +152,9 @@ + + + @@ -174,6 +180,20 @@ + + stable + 1.2.0 + 2006-03-16 + + 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) + + beta 1.1.1