</lead>
<date>2007-10-05</date>
<time>10:00:00</time>
+
<version>
- <release>1.3.0</release>
- <api>1.3.0</api>
+ <release>1.3.1</release>
+ <api>1.3.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
- <notes>Added DRCP and FAN support.
+ <notes>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
</notes>
<contents>
<dir name="/">
<file name="bug35973.phpt" role="test" />
<file name="bug36010.phpt" role="test" />
<file name="bug36096.phpt" role="test" />
+ <file name="bug37220.phpt" role="test" />
<file name="bug37581.phpt" role="test" />
<file name="bug38161.phpt" role="test" />
<file name="bug38173.phpt" role="test" />
<file name="bug40415.phpt" role="test" />
<file name="bug42134.phpt" role="test" />
<file name="bug42173.phpt" role="test" />
+ <file name="bug42496_1.phpt" role="test" />
+ <file name="bug42496_2.phpt" role="test" />
+ <file name="bug42841.phpt" role="test" />
+ <file name="bug43492.phpt" role="test" />
+ <file name="bug43497.phpt" role="test" />
+ <file name="bug44113.phpt" role="test" />
<file name="close.phpt" role="test" />
<file name="coll_001.phpt" role="test" />
<file name="coll_002_func.phpt" role="test" />
<file name="define.phpt" role="test" />
<file name="descriptors.phpt" role="test" />
<file name="details.inc" role="test" />
+ <file name="drcp_characterset.phpt" role="test" />
+ <file name="drcp_conn_close1.phpt" role="test" />
+ <file name="drcp_conn_close2.phpt" role="test" />
+ <file name="drcp_connect1.phpt" role="test" />
+ <file name="drcp_connection_class.phpt" role="test" />
+ <file name="drcp_functions.inc" role="test" />
+ <file name="drcp_newconnect.phpt" role="test" />
+ <file name="drcp_pconn_close1.phpt" role="test" />
+ <file name="drcp_pconn_close2.phpt" role="test" />
+ <file name="drcp_privileged.phpt" role="test" />
+ <file name="drcp_scope1.phpt" role="test" />
+ <file name="drcp_scope2.phpt" role="test" />
<file name="drop_table.inc" role="test" />
<file name="drop_type.inc" role="test" />
<file name="error1.phpt" role="test" />
<file name="lob_038.phpt" role="test" />
<file name="lob_039.phpt" role="test" />
<file name="lob_040.phpt" role="test" />
+ <file name="lob_041.phpt" role="test" />
+ <file name="lob_042.phpt" role="test" />
<file name="lob_aliases.phpt" role="test" />
<file name="lob_null.phpt" role="test" />
<file name="lob_temp1.phpt" role="test" />
<file name="prefetch.phpt" role="test" />
<file name="privileged_connect1.phpt" role="test" />
<file name="privileged_connect.phpt" role="test" />
+ <file name="rowid_bind.phpt" role="test" />
<file name="select_null.phpt" role="test" />
<file name="serverversion.phpt" role="test" />
<file name="skipif.inc" role="test" />
<file name="test.gif" role="test" />
<file name="test.txt" role="test" />
<file name="uncommitted.phpt" role="test" />
+ <file name="xmltype_01.phpt" role="test" />
</dir> <!-- //tests -->
<file name="config.m4" role="src" />
<file name="config.w32" role="src" />
</dependencies>
<providesextension>oci8</providesextension>
<extsrcrelease>
- <configureoption default="autodetect" name="with-oci8" prompt="Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling against Oracle Instant Client" />
+ <configureoption default="autodetect" name="with-oci8" prompt="Please provide the path to ORACLE_HOME dir. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client" />
</extsrcrelease>
<changelog>
+ <release>
+ <version>
+ <release>1.3.1</release>
+ <api>1.3.1</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>beta</api>
+ </stability>
+ <license uri="http://www.php.net/license">PHP</license>
+ <notes>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
+ </notes>
+ </release>
<release>
<version>
</notes>
</release>
-
<release>
<version>
<release>1.2.4</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
- <notes>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).
+ <notes>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.
</notes>
</release>
+
<release>
<version>
<release>1.2.3</release>
Various minor improvements.
</notes>
</release>
+
<release>
<version>
<release>1.2.2</release>
Fixed PECL bug #8112 (Persistent connections misbehave when Apache process times out)
</notes>
</release>
+
<release>
<version>
<release>1.2.1</release>
Fixed bug #36820 (Privileged connection with an Oracle password file fails)
</notes>
</release>
+
<release>
<version>
<release>1.2.0</release>
Fixed bug #33383 (crash when retrieving empty BLOBs)
</notes>
</release>
+
<release>
<version>
<release>1.1.1</release>
Fixed problem with oci_error() without arguments.
</notes>
</release>
+
<release>
<version>
<release>1.1</release>
</stability>
<date>2005-09-07</date>
<license uri="http://www.php.net/license">PHP</license>
- <notes>This release fixes a huge amount of bugs and adds support of
+ <notes>This release fixes a huge amount of bugs and adds support of
statement caching, external credentials etc.
See official announce for details.
</notes>
</release>
+
<release>
<version>
<release>1.0</release>
<notes>package.xml added to support installation using pear installer
</notes>
</release>
+
</changelog>
</package>