summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2009-03-16 05:44:49 +0000
committerChristopher Jones <sixd@php.net>2009-03-16 05:44:49 +0000
commit6e2521f0704696a8fd5d5cab0e120ea59da5ca8a (patch)
tree88fcf4691f2e72069838f1c1a33337057bc9608f
parentd14b84719d6a06d0201152e6867dc23dac4a43d8 (diff)
downloadphp-git-6e2521f0704696a8fd5d5cab0e120ea59da5ca8a.tar.gz
MFH Prepare for PECL OCI8 1.3.5
-rw-r--r--ext/oci8/package2.xml55
-rw-r--r--ext/oci8/php_oci8.h2
2 files changed, 42 insertions, 15 deletions
diff --git a/ext/oci8/package2.xml b/ext/oci8/package2.xml
index e5314b066a..329d14329b 100644
--- a/ext/oci8/package2.xml
+++ b/ext/oci8/package2.xml
@@ -9,6 +9,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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>tony2001@php.net</email>
@@ -26,18 +32,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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>
@@ -45,11 +45,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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="/">
@@ -76,6 +78,9 @@ Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_H
<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" />
@@ -112,6 +117,9 @@ Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_H
<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" />
@@ -288,6 +296,7 @@ Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_H
<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" />
@@ -343,6 +352,24 @@ Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_H
<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>
<api>1.3.3</api>
</version>
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index 4b97fc111f..3872025437 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.h
@@ -46,7 +46,7 @@
*/
#undef PHP_OCI8_VERSION
#endif
-#define PHP_OCI8_VERSION "1.3.5-dev"
+#define PHP_OCI8_VERSION "1.3.5"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry