From: Christopher Jones Date: Sat, 28 Sep 2013 00:16:02 +0000 (-0700) Subject: Prepare for next release X-Git-Tag: php-5.6.0alpha1~211^2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a3ee7b26bfe17a6536b2dd8b16febc8b4b55d4d;p=php Prepare for next release --- diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index cd6bb04c0b..1161b031f3 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -44,8 +44,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - 2.0.4 - 2.0.4 + 2.0.5 + 2.0.5 devel @@ -53,8 +53,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP -Fix persistent memory usage with --enable-dtrace -Export get_module() for Windows php_oci8_12c.dll + - no notes yet @@ -453,6 +452,22 @@ Export get_module() for Windows php_oci8_12c.dll + + + 2.0.4 + 2.0.4 + + + devel + devel + + PHP + +Fix persistent memory usage with --enable-dtrace +Export get_module() for Windows php_oci8_12c.dll + + + 2.0.3 diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 6d02eff6b2..1ea0411073 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -46,7 +46,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "2.0.3-dev" +#define PHP_OCI8_VERSION "2.0.5-dev" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry