Skip to content

Commit 0a2bf3e

Browse files
committed
Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9
1 parent 623b423 commit 0a2bf3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/oci8/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
3333
<active>no</active>
3434
</lead>
3535

36-
<date>2011-10-25</date>
36+
<date>2011-11-03</date>
3737
<time>12:00:00</time>
3838

3939
<version>
4040
<release>1.4.7</release>
4141
<api>1.4.7</api>
4242
</version>
4343
<stability>
44-
<release>devel</release>
44+
<release>stable</release>
4545
<api>stable</api>
4646
</stability>
4747
<license uri="http://www.php.net/license">PHP</license>

ext/oci8/php_oci8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
#undef PHP_OCI8_VERSION
4848
#endif
49-
#define PHP_OCI8_VERSION "1.4.7-devel"
49+
#define PHP_OCI8_VERSION "1.4.7"
5050

5151
extern zend_module_entry oci8_module_entry;
5252
#define phpext_oci8_ptr &oci8_module_entry

0 commit comments

Comments
 (0)