From: Antony Dovgal Date: Fri, 31 Aug 2007 12:10:54 +0000 (+0000) Subject: update changelog, prepare for 1.2.4 release X-Git-Tag: RELEASE_1_2_4~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1ac6e1ee3456ac156303cc5cdba2517e2fc3612;p=php update changelog, prepare for 1.2.4 release --- 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). andi@zend.com yes - 2007-08-08 - + 2007-09-01 + 1.2.4 1.2.4 @@ -38,7 +38,8 @@ the Oracle Call Interface (OCI8). stable PHP - Fixed PECL bug #10194 (crash in Oracle client when memory limit reached in the callback). + 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).