mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9
This commit is contained in:
parent
623b4231b5
commit
0a2bf3ee32
2 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||||
<active>no</active>
|
<active>no</active>
|
||||||
</lead>
|
</lead>
|
||||||
|
|
||||||
<date>2011-10-25</date>
|
<date>2011-11-03</date>
|
||||||
<time>12:00:00</time>
|
<time>12:00:00</time>
|
||||||
|
|
||||||
<version>
|
<version>
|
||||||
|
@ -41,7 +41,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||||
<api>1.4.7</api>
|
<api>1.4.7</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
<release>devel</release>
|
<release>stable</release>
|
||||||
<api>stable</api>
|
<api>stable</api>
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://www.php.net/license">PHP</license>
|
<license uri="http://www.php.net/license">PHP</license>
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
*/
|
*/
|
||||||
#undef PHP_OCI8_VERSION
|
#undef PHP_OCI8_VERSION
|
||||||
#endif
|
#endif
|
||||||
#define PHP_OCI8_VERSION "1.4.7-devel"
|
#define PHP_OCI8_VERSION "1.4.7"
|
||||||
|
|
||||||
extern zend_module_entry oci8_module_entry;
|
extern zend_module_entry oci8_module_entry;
|
||||||
#define phpext_oci8_ptr &oci8_module_entry
|
#define phpext_oci8_ptr &oci8_module_entry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue