From: Christopher Jones Date: Fri, 10 Jun 2011 20:01:46 +0000 (+0000) Subject: Bump OCI8 version to stable in preparation for 5.3.7 RC X-Git-Tag: php-5.4.0alpha1~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bc6fbc448f3e744201a0681e737b8a6b6e01691;p=php Bump OCI8 version to stable in preparation for 5.3.7 RC --- diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 5c15108a35..0bb6eb532b 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-12-09 - + 2011-06-10 + - 1.4.5 - 1.4.5 + 1.4.6 + 1.4.6 stable @@ -46,7 +46,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP - Protect against null bytes in LOB filenames (http://news.php.net/php.internals/50202) + Added oci_client_version() returning the runtime Oracle client library version + Made OCI8 extension buildable with PHP 5.4-development code @@ -87,8 +88,20 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + + + + + + + + + + @@ -125,8 +138,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> + - + + + + @@ -193,15 +210,19 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + + @@ -225,6 +246,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> + @@ -239,6 +261,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> + @@ -249,12 +272,15 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + @@ -302,6 +328,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> + @@ -309,6 +336,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> + @@ -333,6 +361,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> + @@ -366,8 +395,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> 4.3.9 - 6.0.0 - 6.0.0 + 5.4.99 1.4.0b1 @@ -380,6 +408,21 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + 1.4.5 + 1.4.5 + + + stable + stable + + PHP + + Protect against null bytes in LOB filenames (http://news.php.net/php.internals/50202) + + + 1.4.4 @@ -464,7 +507,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> oci_set_action oci_set_client_info oci_set_client_identifier - + These set values that are visible/used by the database. They are useful for tracing, authentication and auditing. @@ -493,7 +536,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> oci_bind_by_name 7. Bug fixes: - PECL bug #16842 (oci_error returns false when NO_DATA_FOUND is raised) + PECL bug #16842 (oci_error returns false when NO_DATA_FOUND is raised) diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index bcb12a7bd8..427ca59abe 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.6-dev" +#define PHP_OCI8_VERSION "1.4.6" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry