diff options
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r-- | ext/oci8/package.xml | 91 |
1 files changed, 77 insertions, 14 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 329d14329b..84a9235d2f 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -6,7 +6,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <name>oci8</name> <channel>pecl.php.net</channel> <summary>Extension for Oracle Database</summary> - <description>This extension allows you to access Oracle databases using the Oracle Call Interface (OCI8). It can be built with PHP 4.3.9 to 5.x. It can be linked with Oracle 9.2, 10.2 or 11.1 client libraries. + <description>This extension allows you to access Oracle databases using the Oracle Call Interface (OCI8). It can be built with PHP 4.3.9 to 5.x. It can be linked with Oracle 9.2, 10.2, 11.1, or 11.2 client libraries. </description> <lead> <name>Christopher Jones</name> @@ -33,25 +33,52 @@ http://pear.php.net/dtd/package-2.0.xsd"> <active>no</active> </lead> - <date>2009-03-16</date> - <time>10:00:00</time> + <date>2009-10-06</date> + <time>15:00:00</time> <version> - <release>1.3.5</release> - <api>1.3.4</api> + <release>1.4.0</release> + <api>1.4.0</api> </version> <stability> - <release>stable</release> - <api>stable</api> + <release>alpha</release> + <api>alpha</api> </stability> <license uri="http://www.php.net/license">PHP</license> - <notes>Fixed Bug #47243 (Crash at end of request shutdown on Windows) -Fixed Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure) -Fixed Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize) -Fixed bug #45458 (Numeric keys for associative arrays are not handled properly) Note: not fixed when building with PHP 4 due to lack of PHP internal helper. -Fixed PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault) -Fixed PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries) -Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Instant Client RPM install) + <notes> + 1. Introduce connection attribute functions: + + oci_set_module_name + oci_set_action + oci_set_client_info + oci_set_client_identifier + + These set values that are visible/used by the database. They + are useful for tracing, authentication and auditing. + + 2. Introduce connection attribute function: + + oci_set_edition + + Oracle 11g R2 "editions" allow multiple versions of DB objects + to exist at one time. By setting different editions, two + different versions of an application can run concurrently, + making upgrading easier and faster. + + 3. Set the DRIVER_NAME attribute of Oracle Database 11gR2 + connections to aid application tracing. The value used is to + "PHP OCI8" followed by the OCI8 version number. Note the + version number may get truncated in DB views such as + v$session_connect_info. + + 4. Allow the oci_set_prefetch value to be 0. This is important in + some cases using REF CURSORS in Oracle 11gR2. + + 5. Introduce OCI_NO_AUTO_COMMIT as an alias for the OCI_DEFAULT + constant (which is not the default value) used by oci_execute(). + + 6. Generate an error if an invalid resource type is used in + oci_bind_by_name </notes> <contents> <dir name="/"> @@ -86,6 +113,7 @@ Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Inst <file name="bind_char_3.phpt" role="test" /> <file name="bind_char_4.phpt" role="test" /> <file name="bind_empty.phpt" role="test" /> + <file name="bind_error.phpt" role="test" /> <file name="bind_long.phpt" role="test" /> <file name="bind_long_raw.phpt" role="test" /> <file name="bind_raw.phpt" role="test" /> @@ -156,6 +184,12 @@ Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Inst <file name="coll_019.phpt" role="test" /> <file name="commit_old.phpt" role="test" /> <file name="commit.phpt" role="test" /> + <file name="conn_attr_1.phpt" role="test" /> + <file name="conn_attr_2.phpt" role="test" /> + <file name="conn_attr_3.phpt" role="test" /> + <file name="conn_attr_4.phpt" role="test" /> + <file name="conn_attr_5.phpt" role="test" /> + <file name="conn_attr.inc" role="test" /> <file name="connect_1_old.phpt" role="test" /> <file name="connect_1.phpt" role="test" /> <file name="connect.inc" role="test" /> @@ -207,8 +241,11 @@ Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Inst <file name="drcp_scope3.phpt" role="test" /> <file name="drcp_scope4.phpt" role="test" /> <file name="drcp_scope5.phpt" role="test" /> + <file name="driver_name.phpt" role="test" /> <file name="drop_table.inc" role="test" /> <file name="drop_type.inc" role="test" /> + <file name="edition_1.phpt" role="test" /> + <file name="edition_2.phpt" role="test" /> <file name="error1.phpt" role="test" /> <file name="error2.phpt" role="test" /> <file name="error_old.phpt" role="test" /> @@ -297,12 +334,16 @@ Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Inst <file name="pecl_bug10194_blob.phpt" role="test" /> <file name="pecl_bug10194.phpt" role="test" /> <file name="pecl_bug16035.phpt" role="test" /> + <file name="pecl_bug16842.phpt" role="test" /> <file name="pecl_bug8816.phpt" role="test" /> <file name="persistent.phpt" role="test" /> <file name="prefetch_old.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="refcur_prefetch_1.phpt" role="test" /> + <file name="refcur_prefetch_2.phpt" role="test" /> + <file name="refcur_prefetch_3.phpt" role="test" /> <file name="reflection1.phpt" role="test" /> <file name="reflection2.phpt" role="test" /> <file name="rowid_bind.phpt" role="test" /> @@ -317,6 +358,7 @@ Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Inst <file name="test.txt" role="test" /> <file name="uncommitted.phpt" role="test" /> <file name="xmltype_01.phpt" role="test" /> + <file name="xmltype_02.phpt" role="test" /> </dir> <!-- //tests --> <file name="config.m4" role="src" /> <file name="config.w32" role="src" /> @@ -352,6 +394,27 @@ Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Inst <release> <version> + <release>1.3.5</release> + <api>1.3.4</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes> +Fixed Bug #47243 (Crash at end of request shutdown on Windows) +Fixed Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure) +Fixed Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize) +Fixed bug #45458 (Numeric keys for associative arrays are not handled properly) Note: not fixed when building with PHP 4 due to lack of PHP internal helper. +Fixed PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault) +Fixed PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries) +Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Instant Client RPM install) + </notes> +</release> + +<release> + <version> <release>1.3.4</release> <api>1.3.4</api> </version> |