diff options
author | Christopher Jones <sixd@php.net> | 2011-11-03 22:13:34 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2011-11-03 22:13:34 +0000 |
commit | 0a2bf3ee324dc79b5b3e54e028810112a91e00cc (patch) | |
tree | d0e05ef4a43ef756c95d70b800f9c1e3b2681a5b | |
parent | 623b4231b5f350ad9639c4cae074399a9481bba3 (diff) | |
download | php-git-0a2bf3ee324dc79b5b3e54e028810112a91e00cc.tar.gz |
Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9
-rw-r--r-- | ext/oci8/package.xml | 4 | ||||
-rw-r--r-- | ext/oci8/php_oci8.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 2c4f4a6911..b91b4b2448 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <active>no</active> </lead> - <date>2011-10-25</date> + <date>2011-11-03</date> <time>12:00:00</time> <version> @@ -41,7 +41,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <api>1.4.7</api> </version> <stability> - <release>devel</release> + <release>stable</release> <api>stable</api> </stability> <license uri="http://www.php.net/license">PHP</license> diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index d2a95a5cec..999a1bd183 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.7-devel" +#define PHP_OCI8_VERSION "1.4.7" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |