diff options
author | Christopher Jones <sixd@php.net> | 2010-03-24 22:08:55 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2010-03-24 22:08:55 +0000 |
commit | 1a6f4efbad32114933fd16dbc03f0cfa9fc37967 (patch) | |
tree | 5ba7fc8d079cc308b369efa7cdb6b9ccfef3f8bc /ext/oci8/package.xml | |
parent | abd893a2ae654b263145a3717b1bed3616ebf2fe (diff) | |
download | php-git-1a6f4efbad32114933fd16dbc03f0cfa9fc37967.tar.gz |
Fixed bug #51291 (oci_error doesn't report last error when called two times)
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r-- | ext/oci8/package.xml | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 2fee0fcaff..cc526ca028 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -6,7 +6,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <name>oci8</name> <channel>pecl.php.net</channel> <summary>Extension for Oracle Database</summary> - <description>This extension allows you to access Oracle databases using the Oracle Call Interface (OCI8). It can be built with PHP 4.3.9 to 5.x. It can be linked with Oracle 9.2, 10.2, 11.1, or 11.2 client libraries. + <description>This extension allows you to access Oracle databases. It can be built with PHP 4.3.9 to 5.x. It can be linked with Oracle 9.2, 10.2, 11.1, or 11.2 client libraries. </description> <lead> <name>Christopher Jones</name> @@ -37,17 +37,16 @@ http://pear.php.net/dtd/package-2.0.xsd"> <time>15:00:00</time> <version> - <release>1.4.1</release> - <api>1.4.1</api> + <release>1.4.2</release> + <api>1.4.2</api> </version> <stability> - <release>stable</release> - <api>stable</api> + <release>development</release> + <api>development</api> </stability> <license uri="http://www.php.net/license">PHP</license> <notes> -Fixed bug #49560 (Using LOBs causes slow PHP shutdown) -Fixed bug #47281 ($php_errormsg is limited in size of characters) + Fixed bug #51291 (oci_error doesn't report last error when called two times) </notes> <contents> <dir name="/"> @@ -369,6 +368,22 @@ Fixed bug #47281 ($php_errormsg is limited in size of characters) <release> <version> + <release>1.4.1</release> + <api>1.4.1</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes> + Fixed bug #49560 (Using LOBs causes slow PHP shutdown) + Fixed bug #47281 ($php_errormsg is limited in size of characters) + </notes> +</release> + +<release> + <version> <release>1.4.0</release> <api>1.4.0</api> </version> |