From 6ac7c9d0a7d93a26d077e9c321f030118d279cd8 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 8 Jul 2013 13:29:49 -0700 Subject: [PATCH] Bump PECL package info version check to allow PECL installs with PHP 5.5+ --- NEWS | 3 +++ ext/oci8/package.xml | 27 +++++++++++++++++++++------ ext/oci8/php_oci8.h | 2 +- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index ca5d3fa5e8..3ba0e47706 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,9 @@ PHP NEWS . Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions). (Stas) +- OCI8: + . Bump PECL package info version check to allow PECL installs with PHP 5.5+ + - PDO: . Allowed PDO_OCI to compile with Oracle Database 12c client libraries. (Chris Jones) diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index c51d216f32..feadf1907b 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -6,7 +6,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> oci8 pecl.php.net Extension for Oracle Database - This extension allows you to access Oracle databases. 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. + This extension allows you to access Oracle databases. It can be built with PHP 4.3.9 to 5.x. It can be linked with Oracle 9.2, 10, 11, or 12.1 client libraries. Christopher Jones @@ -33,12 +33,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> no - 2012-10-21 + 2013-07-08 - 1.4.9 - 1.4.9 + 1.4.10 + 1.4.10 stable @@ -46,7 +46,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP - Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) + Bump PECL package info version check to allow PECL installs with PHP 5.5+ @@ -397,7 +397,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> 4.3.9 - 5.4.99 + 6.0.0 1.4.0b1 @@ -410,6 +410,21 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + 1.4.9 + 1.4.9 + + + stable + stable + + PHP + + Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) + + + 1.4.8 diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 6632bc88ff..f1079526f6 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.9" +#define PHP_OCI8_VERSION "1.4.10" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry -- 2.50.1