sixd Thu, 03 Nov 2011 22:13:34 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=318760
Log: Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9 Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/package.xml U php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h U php/php-src/branches/PHP_5_4/ext/oci8/package.xml U php/php-src/branches/PHP_5_4/ext/oci8/php_oci8.h U php/php-src/trunk/ext/oci8/package.xml U php/php-src/trunk/ext/oci8/php_oci8.h Modified: php/php-src/branches/PHP_5_3/ext/oci8/package.xml =================================================================== --- php/php-src/branches/PHP_5_3/ext/oci8/package.xml 2011-11-03 21:52:59 UTC (rev 318759) +++ php/php-src/branches/PHP_5_3/ext/oci8/package.xml 2011-11-03 22:13:34 UTC (rev 318760) @@ -33,7 +33,7 @@ <active>no</active> </lead> - <date>2011-10-25</date> + <date>2011-11-03</date> <time>12:00:00</time> <version> @@ -41,7 +41,7 @@ <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> Modified: php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h =================================================================== --- php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h 2011-11-03 21:52:59 UTC (rev 318759) +++ php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h 2011-11-03 22:13:34 UTC (rev 318760) @@ -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 Modified: php/php-src/branches/PHP_5_4/ext/oci8/package.xml =================================================================== --- php/php-src/branches/PHP_5_4/ext/oci8/package.xml 2011-11-03 21:52:59 UTC (rev 318759) +++ php/php-src/branches/PHP_5_4/ext/oci8/package.xml 2011-11-03 22:13:34 UTC (rev 318760) @@ -33,7 +33,7 @@ <active>no</active> </lead> - <date>2011-10-25</date> + <date>2011-11-03</date> <time>12:00:00</time> <version> @@ -41,7 +41,7 @@ <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> Modified: php/php-src/branches/PHP_5_4/ext/oci8/php_oci8.h =================================================================== --- php/php-src/branches/PHP_5_4/ext/oci8/php_oci8.h 2011-11-03 21:52:59 UTC (rev 318759) +++ php/php-src/branches/PHP_5_4/ext/oci8/php_oci8.h 2011-11-03 22:13:34 UTC (rev 318760) @@ -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 Modified: php/php-src/trunk/ext/oci8/package.xml =================================================================== --- php/php-src/trunk/ext/oci8/package.xml 2011-11-03 21:52:59 UTC (rev 318759) +++ php/php-src/trunk/ext/oci8/package.xml 2011-11-03 22:13:34 UTC (rev 318760) @@ -33,7 +33,7 @@ <active>no</active> </lead> - <date>2011-10-25</date> + <date>2011-11-03</date> <time>12:00:00</time> <version> @@ -41,7 +41,7 @@ <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> Modified: php/php-src/trunk/ext/oci8/php_oci8.h =================================================================== --- php/php-src/trunk/ext/oci8/php_oci8.h 2011-11-03 21:52:59 UTC (rev 318759) +++ php/php-src/trunk/ext/oci8/php_oci8.h 2011-11-03 22:13:34 UTC (rev 318760) @@ -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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php