diff options
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r-- | ext/oci8/package.xml | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index eac3f06552..00566b1b60 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -33,12 +33,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> <active>no</active> </lead> - <date>2011-11-18</date> + <date>2012-10-21</date> <time>12:00:00</time> <version> - <release>1.4.8</release> - <api>1.4.8</api> + <release>1.4.9</release> + <api>1.4.9</api> </version> <stability> <release>stable</release> @@ -46,7 +46,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> </stability> <license uri="http://www.php.net/license">PHP</license> <notes> - Fixed bug #60901 (Improve "tail" syntax for AIX installation) + Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) </notes> <contents> <dir name="/"> @@ -412,6 +412,23 @@ http://pear.php.net/dtd/package-2.0.xsd"> <release> <version> + <release>1.4.8</release> + <api>1.4.8</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes> + Fixed bug #63307 (Unused variable in oci8.c) + Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) + Fixed bug #60901 (Improve "tail" syntax for AIX installation) + </notes> +</release> + +<release> + <version> <release>1.4.7</release> <api>1.4.7</api> </version> |