We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623b423 commit 0a2bf3eCopy full SHA for 0a2bf3e
ext/oci8/package.xml
@@ -33,15 +33,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
33
<active>no</active>
34
</lead>
35
36
- <date>2011-10-25</date>
+ <date>2011-11-03</date>
37
<time>12:00:00</time>
38
39
<version>
40
<release>1.4.7</release>
41
<api>1.4.7</api>
42
</version>
43
<stability>
44
- <release>devel</release>
+ <release>stable</release>
45
<api>stable</api>
46
</stability>
47
<license uri="http://www.php.net/license">PHP</license>
ext/oci8/php_oci8.h
@@ -46,7 +46,7 @@
*/
#undef PHP_OCI8_VERSION
48
#endif
49
-#define PHP_OCI8_VERSION "1.4.7-devel"
+#define PHP_OCI8_VERSION "1.4.7"
50
51
extern zend_module_entry oci8_module_entry;
52
#define phpext_oci8_ptr &oci8_module_entry
0 commit comments