summaryrefslogtreecommitdiff
path: root/ext/oci8/package.xml
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2010-08-07 00:24:26 +0000
committerChristopher Jones <sixd@php.net>2010-08-07 00:24:26 +0000
commitd0dc4810eb5ef87f36b949462ff5837f89252868 (patch)
tree4e6de0157c6d0803fdb67e225cca98f41c85ea11 /ext/oci8/package.xml
parentafed1468e41dd4b97f8f07114ae9e18d0880be2f (diff)
downloadphp-git-d0dc4810eb5ef87f36b949462ff5837f89252868.tar.gz
Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r--ext/oci8/package.xml31
1 files changed, 23 insertions, 8 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index 9a3c7cec62..de5c8a04fd 100644
--- a/ext/oci8/package.xml
+++ b/ext/oci8/package.xml
@@ -37,8 +37,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<time>15:00:00</time>
<version>
- <release>1.4.2</release>
- <api>1.4.2</api>
+ <release>1.4.3</release>
+ <api>1.4.3</api>
</version>
<stability>
<release>stable</release>
@@ -46,12 +46,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fixed bug #52186 (phpinfo() shows 10.1 or 11.1 when installed with ORACLE_HOME 10.2 or 11.2)
- Fixed bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings)
- Fixed bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)
- Fixed bug #51291 (oci_error doesn't report last error when called two times)
-
- OCI8 1.4.2 is included in PHP 5.3.3
+ Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle bug fix 9891199 for this patch to have an effect.
</notes>
<contents>
<dir name="/">
@@ -383,6 +378,26 @@ http://pear.php.net/dtd/package-2.0.xsd">
<release>
<version>
+ <release>1.4.2</release>
+ <api>1.4.2</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.php.net/license">PHP</license>
+ <notes>
+ Fixed bug #52186 (phpinfo() shows 10.1 or 11.1 when installed with ORACLE_HOME 10.2 or 11.2)
+ Fixed bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings)
+ Fixed bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)
+ Fixed bug #51291 (oci_error doesn't report last error when called two times)
+
+ OCI8 1.4.2 is included in PHP 5.3.3
+ </notes>
+</release>
+
+<release>
+ <version>
<release>1.4.1</release>
<api>1.4.1</api>
</version>