summaryrefslogtreecommitdiff
path: root/ext/oci8/package.xml
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2011-10-25 22:01:42 +0000
committerChristopher Jones <sixd@php.net>2011-10-25 22:01:42 +0000
commit89a4d34646f0123a3f6b9852cecde130ff7bfbaa (patch)
treec01d056140db68a6369dba2a59818e791a60a995 /ext/oci8/package.xml
parentf6dfff10817cf902cdb6f83dba3a9c5b07901482 (diff)
downloadphp-git-89a4d34646f0123a3f6b9852cecde130ff7bfbaa.tar.gz
oci8 - Increase Oracle error message length for 11.2.0.3+
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r--ext/oci8/package.xml29
1 files changed, 22 insertions, 7 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index c52730c447..2c4f4a6911 100644
--- a/ext/oci8/package.xml
+++ b/ext/oci8/package.xml
@@ -33,21 +33,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
<active>no</active>
</lead>
- <date>2011-08-22</date>
+ <date>2011-10-25</date>
<time>12:00:00</time>
<version>
- <release>1.4.6</release>
- <api>1.4.6</api>
+ <release>1.4.7</release>
+ <api>1.4.7</api>
</version>
<stability>
- <release>stable</release>
+ <release>devel</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Added oci_client_version() returning the runtime Oracle client library version
- Made OCI8 extension buildable with PHP 5.4-development code
+ Increased maximum possible Oracle DB error message length
</notes>
<contents>
<dir name="/">
@@ -251,6 +250,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<file name="edition_2.phpt" role="test" />
<file name="error1.phpt" role="test" />
<file name="error2.phpt" role="test" />
+ <file name="error3.phpt" role="test" />
<file name="error_bind.phpt" role="test" />
<file name="error_old.phpt" role="test" />
<file name="error_parse.phpt" role="test" />
@@ -338,7 +338,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
<file name="null_byte_2.phpt" role="test" />
<file name="null_byte_3.phpt" role="test" />
<file name="num.phpt" role="test" />
- <file name="oci8safemode.phpt" role="test" />
<file name="oci_execute_segfault.phpt" role="test" />
<file name="old_oci_close1.phpt" role="test" />
<file name="old_oci_close.phpt" role="test" />
@@ -410,6 +409,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
<release>
<version>
+ <release>1.4.6</release>
+ <api>1.4.6</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.php.net/license">PHP</license>
+ <notes>
+ Added oci_client_version() returning the runtime Oracle client library version
+ Made OCI8 extension buildable with PHP 5.4-development code
+ </notes>
+</release>
+
+<release>
+ <version>
<release>1.4.5</release>
<api>1.4.5</api>
</version>