From: Christopher Jones Date: Mon, 16 Mar 2009 05:44:49 +0000 (+0000) Subject: MFH Prepare for PECL OCI8 1.3.5 X-Git-Tag: RELEASE_1_3_5~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e2521f0704696a8fd5d5cab0e120ea59da5ca8a;p=php MFH Prepare for PECL OCI8 1.3.5 --- 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 @@ -8,6 +8,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> Extension for Oracle Database 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. + + Christopher Jones + sixd + sixd@php.net + yes + Antony Dovgal tony2001 @@ -26,18 +32,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> andi@zend.com no - - Christopher Jones - sixd - sixd@php.net - yes - - 2008-07-27 - + 2009-03-16 + - 1.3.4 + 1.3.5 1.3.4 @@ -45,11 +45,13 @@ http://pear.php.net/dtd/package-2.0.xsd"> stable PHP - -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 + 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) @@ -76,6 +78,9 @@ Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_H + + + @@ -112,6 +117,9 @@ Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_H + + + @@ -288,6 +296,7 @@ Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_H + @@ -341,6 +350,24 @@ Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_H + + + 1.3.4 + 1.3.4 + + + stable + stable + + PHP + +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 + + + 1.3.3 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