diff options
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r-- | ext/oci8/package.xml | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 7be825b895..8e55b9abd5 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -49,8 +49,8 @@ libraries are available. <time>12:00:00</time> <version> - <release>2.0.6</release> - <api>2.0.6</api> + <release>2.0.7</release> + <api>2.0.7</api> </version> <stability> <release>stable</release> @@ -58,8 +58,7 @@ libraries are available. </stability> <license uri="http://www.php.net/license">PHP</license> <notes> -Added a LICENSE file to make it easier for PECL binary distributions -to conform with the license. + Build change: Fix source variable definition for C89 compatibility </notes> <contents> <dir name="/"> @@ -460,6 +459,22 @@ to conform with the license. <release> <version> + <release>2.0.6</release> + <api>2.0.6</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes> +Added a LICENSE file to make it easier for PECL binary distributions +to conform with the license. + </notes> +</release> + +<release> + <version> <release>2.0.5</release> <api>2.0.5</api> </version> |