From f4b2664e2c8928c397780591a481fbeec4aff918 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 10 Nov 2010 19:08:13 +0000 Subject: [PATCH] Prepare for PECL OCI8 1.4.4 --- ext/oci8/package.xml | 24 ++++++++++++++++++++---- ext/oci8/php_oci8.h | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index de5c8a04fd..ed4349ea04 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -33,12 +33,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> no - 2010-08-06 + 2010-11-10 - 1.4.3 - 1.4.3 + 1.4.4 + 1.4.4 stable @@ -46,7 +46,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP - Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle bug fix 9891199 for this patch to have an effect. + Fixed bug #53284 (Valgrind warnings in oci_set_* functions) + Enhancement - improve startup failure error messages @@ -376,6 +377,21 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + 1.4.3 + 1.4.3 + + + stable + stable + + PHP + + Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle 11.2.0.2 client libraries (or Oracle bug fix 9891199) for this patch to have an effect. + + + 1.4.2 diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 9bf589d660..3f7a514a74 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.4.3" +#define PHP_OCI8_VERSION "1.4.4" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry -- 2.40.0