From: Antony Dovgal Date: Thu, 24 Aug 2006 11:59:15 +0000 (+0000) Subject: release 1.2.2 from 5_2 branch, as HEAD doesn't have safe_mode anymore X-Git-Tag: RELEASE_1_2_2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1b1c654138fed9ad49604b72f0a4b8b73552e4c;p=php release 1.2.2 from 5_2 branch, as HEAD doesn't have safe_mode anymore --- diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index ce9ff36ffd..992b6774aa 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -29,13 +29,25 @@ PHP - beta - 1.2 - 2005-??-?? + stable + 1.2.2 + 2006-08-24 - Fixed PECL bug #5571 (oci_new_connect() not closed by oci_close()) - Fixed bug #33383 (crash when retrieving empty BLOBs) + Reimplemented oci_lob_read() utilities using patch from Massimo Squillace (msquillace at sogei dot it), which should fix Unicode LOB problems. + Fixed bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable) + Fixed bug #38173 (Freeing nested cursors causes OCI8 to segfault) + Fixed bug #37886 (oci_connect may crash when charset parameter is given) + Fixed bug #37931 (possible crash after database restart when using persistent connections) + 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 #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field) + Fixed bug #34005 (oci_password_change() fails). Patch by pholdaway at technocom-wireless dot com. + Fixed PECL bug #8112 (Persistent connections misbehave when Apache process times out) + + + @@ -50,12 +62,21 @@ + + + + + + + + + @@ -94,6 +115,7 @@ + @@ -142,6 +164,9 @@ + + + @@ -167,6 +192,34 @@ + + 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 + 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