diff --git a/ext/oci8/package2.xml b/ext/oci8/package2.xml index 687068abb57b3..974432af56dcb 100644 --- a/ext/oci8/package2.xml +++ b/ext/oci8/package2.xml @@ -35,16 +35,24 @@ the Oracle Call Interface (OCI8). 2007-10-05 + - 1.3.0 - 1.3.0 + 1.3.1 + 1.3.1 beta beta PHP - Added DRCP and FAN support. + Fixed bug #44113 (New collection creation can fail with OCI-22303) +Fixed bug #42841 (Crash with REF CURSORS when statement caching enabled) +Fixed bug #42496 (Cursor leak selecting LOBs +Fixed bug #43497 (Temporary LOB leak) +Fixed PECL bug #12431 (ping functionality is broken) +Allow compilation with 64bit Instant Client RPMs +Allow -with-oci8=instantclient with no directory specified look for RPM install +Refine DRCP connection pooling functionality @@ -84,6 +92,7 @@ the Oracle Call Interface (OCI8). + @@ -91,6 +100,12 @@ the Oracle Call Interface (OCI8). + + + + + + @@ -153,6 +168,18 @@ the Oracle Call Interface (OCI8). + + + + + + + + + + + + @@ -218,6 +245,8 @@ the Oracle Call Interface (OCI8). + + @@ -240,6 +269,7 @@ the Oracle Call Interface (OCI8). + @@ -249,6 +279,7 @@ the Oracle Call Interface (OCI8). + @@ -278,10 +309,30 @@ the Oracle Call Interface (OCI8). oci8 - + + + + 1.3.1 + 1.3.1 + + + beta + beta + + PHP + Fixed bug #44113 (New collection creation can fail with OCI-22303) +Fixed bug #42841 (Crash with REF CURSORS when statement caching enabled) +Fixed bug #42496 (Cursor leak selecting LOBs +Fixed bug #43497 (Temporary LOB leak) +Fixed PECL bug #12431 (ping functionality is broken) +Allow compilation with 64bit Instant Client RPMs +Allow -with-oci8=instantclient with no directory specified look for RPM install +Refine DRCP functionality + + @@ -297,7 +348,6 @@ the Oracle Call Interface (OCI8). - 1.2.4 @@ -308,21 +358,22 @@ the Oracle Call Interface (OCI8). stable PHP - Fixed PECL bug #10194 (crash in Oracle client when memory limit reached in the callback). -Fixed bug #42173 (oci_field_type fixes for INTERVAL and TIMESTAMP types). -Fixed bug #42134 (oci_error() returns false after oci_new_collection() fails). -Fixed bug #41917 (oci_field_precision and oci_field_scale datatypes fixed). -Fixed bug #41711 (Null temporary lobs not supported). -Fixed bug #41594 (Statement cache is flushed too frequently). + Fixed PECL bug #10194 (crash in Oracle client when memory limit reached in the callback) +Fixed bug #42173 (oci_field_type fixes for INTERVAL and TIMESTAMP types) +Fixed bug #42134 (oci_error() returns false after oci_new_collection() fails) +Fixed bug #41917 (oci_field_precision and oci_field_scale datatypes fixed) +Fixed bug #41711 (Null temporary lobs not supported) +Fixed bug #41594 (Statement cache is flushed too frequently) Fixed bug #40415 (oci_fetch_all and nested cursors, allocate descriptors dynamically) Fixed segfault on rebinding and re-executing a statement with LOBs. Fixed compile failure in ZTS mode when collections support is missing. Allowed statement cache size to be set for non-persistent connections. -Improved oci_password_change() to close persistent connections on shutdown (to update hashed connection details). +Improved oci_password_change() to close persistent connections on shutdown (to update hashed connection details) Changed oci_pconnect() to behave like oci_connect() when SYSDBA and SYSOPER privileges are used. Various minor improvements. + 1.2.3 @@ -342,6 +393,7 @@ Fixed PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecew Various minor improvements. + 1.2.2 @@ -366,6 +418,7 @@ Fixed bug #34005 (oci_password_change() fails). Patch by pholdaway at technocom- Fixed PECL bug #8112 (Persistent connections misbehave when Apache process times out) + 1.2.1 @@ -386,6 +439,7 @@ Fixed bug #36851 (Documentation and code discrepancies for NULL data) Fixed bug #36820 (Privileged connection with an Oracle password file fails) + 1.2.0 @@ -406,6 +460,7 @@ Fixed PECL bug #5571 (oci_new_connect() not closed by oci_close()) Fixed bug #33383 (crash when retrieving empty BLOBs) + 1.1.1 @@ -421,6 +476,7 @@ Fixed bug #33383 (crash when retrieving empty BLOBs) Fixed problem with oci_error() without arguments. + 1.1 @@ -432,11 +488,12 @@ Fixed problem with oci_error() without arguments. 2005-09-07 PHP - This release fixes a huge amount of bugs and adds support of + This release fixes a huge amount of bugs and adds support of statement caching, external credentials etc. See official announce for details. + 1.0 @@ -451,5 +508,6 @@ See official announce for details. package.xml added to support installation using pear installer +