sixd Wed, 01 Dec 2010 23:30:28 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=305896
Log: Remove OCI8 devel status in preparation for PHP 5.3.4 release Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h U php/php-src/trunk/ext/oci8/php_oci8.h 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 2010-12-01 19:22:38 UTC (rev 305895) +++ php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h 2010-12-01 23:30:28 UTC (rev 305896) @@ -46,7 +46,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "1.4.5-devel" +#define PHP_OCI8_VERSION "1.4.5" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry Modified: php/php-src/trunk/ext/oci8/php_oci8.h =================================================================== --- php/php-src/trunk/ext/oci8/php_oci8.h 2010-12-01 19:22:38 UTC (rev 305895) +++ php/php-src/trunk/ext/oci8/php_oci8.h 2010-12-01 23:30:28 UTC (rev 305896) @@ -46,7 +46,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "1.4.5-devel" +#define PHP_OCI8_VERSION "1.4.5" 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