summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-08-31 12:10:54 +0000
committerAntony Dovgal <tony2001@php.net>2007-08-31 12:10:54 +0000
commita1ac6e1ee3456ac156303cc5cdba2517e2fc3612 (patch)
tree79f4f8ae2212d84fc3b2b8f4ad62d8466fee82ad
parent83647013afb6a071e43cb20a1b2ab3cfe2b6b5db (diff)
downloadphp-git-a1ac6e1ee3456ac156303cc5cdba2517e2fc3612.tar.gz
update changelog, prepare for 1.2.4 release
-rw-r--r--ext/oci8/package2.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/oci8/package2.xml b/ext/oci8/package2.xml
index 523023d6ed..1f63759105 100644
--- a/ext/oci8/package2.xml
+++ b/ext/oci8/package2.xml
@@ -27,8 +27,8 @@ the Oracle Call Interface (OCI8).
<email>andi@zend.com</email>
<active>yes</active>
</lead>
- <date>2007-08-08</date>
- <time>19:00:00</time>
+ <date>2007-09-01</date>
+ <time>15:00:00</time>
<version>
<release>1.2.4</release>
<api>1.2.4</api>
@@ -38,7 +38,8 @@ the Oracle Call Interface (OCI8).
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
- <notes>Fixed PECL bug #10194 (crash in Oracle client when memory limit reached in the callback).
+ <notes>Added Oracle 11g support.
+Fixed PECL bug #10194 (crash in Oracle client when memory limit reached in the callback).
Fixed bug #42173 (oci_field_type fixes for INTERVAL and TIMESTAMP types).
Fixed bug #42134 (oci_error() returns false after oci_new_collection() fails).
Fixed bug #41917 (oci_field_precision and oci_field_scale datatypes fixed).