<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>
+ <lead>
+ <name>Christopher Jones</name>
+ <user>sixd</user>
+ <email>sixd@php.net</email>
+ <active>yes</active>
+ </lead>
<lead>
<name>Antony Dovgal</name>
<user>tony2001</user>
<email>andi@zend.com</email>
<active>no</active>
</lead>
- <lead>
- <name>Christopher Jones</name>
- <user>sixd</user>
- <email>sixd@php.net</email>
- <active>yes</active>
- </lead>
- <date>2008-07-27</date>
- <time>16:00:00</time>
+ <date>2009-03-16</date>
+ <time>10:00:00</time>
<version>
- <release>1.3.4</release>
+ <release>1.3.5</release>
<api>1.3.4</api>
</version>
<stability>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
- <notes>
-Enhancement - Allow External Authentication (not supported on Windows)
-Enhancement - Reflection will show function and method arguments with PHP 5.x
-Increase default oci8.default_prefetch from 10 to 100
-Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_HOME builds
+ <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>
<contents>
<dir name="/">
<file name="array_bind_int.phpt" role="test" />
<file name="array_bind_str1.phpt" role="test" />
<file name="array_bind_str.phpt" role="test" />
+ <file name="b47243_1.phpt" role="test" />
+ <file name="b47243_2.phpt" role="test" />
+ <file name="b47243_3.phpt" role="test" />
<file name="bind_char_1.phpt" role="test" />
<file name="bind_char_2.phpt" role="test" />
<file name="bind_char_3.phpt" role="test" />
<file name="bug44008.phpt" role="test" />
<file name="bug44113.phpt" role="test" />
<file name="bug44206.phpt" role="test" />
+ <file name="bug45458.phpt" role="test" />
+ <file name="bug46994.phpt" role="test" />
+ <file name="bug47189.phpt" role="test" />
<file name="bug6109.phpt" role="test" />
<file name="close.phpt" role="test" />
<file name="coll_001.phpt" role="test" />
<file name="pecl_bug10194_blob_64.phpt" role="test" />
<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_bug8816.phpt" role="test" />
<file name="persistent.phpt" role="test" />
<file name="prefetch_old.phpt" role="test" />
</extsrcrelease>
<changelog>
+<release>
+ <version>
+ <release>1.3.4</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>
+Enhancement - Allow External Authentication (not supported on Windows)
+Enhancement - Reflection will show function and method arguments with PHP 5.x
+Increase default oci8.default_prefetch from 10 to 100
+Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_HOME builds
+ </notes>
+</release>
+
<release>
<version>
<release>1.3.3</release>