From dc9ea3b96160f260b53f32236e8eb0b5709e3ba7 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 7 Jul 2006 09:21:54 +0000 Subject: [PATCH] add missing items to the changelog --- ext/oci8/package.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 9fe42636806..5aa46356340 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -33,6 +33,8 @@ 1.2.2 2006-06-07 + Reimplemented oci_lob_read() utilities using patch from Massimo Squillace (msquillace at sogei dot it), which should fix Unicode LOB problems. + Fixed bug #37886 (oci_connect may crash when charset parameter is given) Fixed bug #37931 (possible crash after database restart when using persistent connections) Fixed bug #37531 (oci8 persistent connection corruption) Fixed bug #37487 (oci_fetch_array() array-type should always default to OCI_BOTH)