Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9

This commit is contained in:
Christopher Jones 2011-11-03 22:13:34 +00:00
parent 623b4231b5
commit 0a2bf3ee32
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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