From: Date: Tue, 22 Aug 2006 01:30:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1921 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aebbc067b29de6fbc22a7df58218503dadd9c05;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f10e0e161c..cde0fc6344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2006-08-21 Antony Dovgal + + * ext/pdo/tests/bug_38394.phpt + ext/pdo/tests/bug_38394.phpt: + typo + +2006-08-21 Ilia Alshanetsky + + * ext/pdo/pdo_dbh.c: + MFB: Fixed bug #38535 (memory corruption in pdo_pgsql driver on error + retrieval inside a failed query executed via query() method). + + * (PHP_5_2) + NEWS + ext/pdo/pdo_dbh.c: + Fixed bug #38535 (memory corruption in pdo_pgsql driver on error retrieval + inside a failed query executed via query() method). + +2006-08-21 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/oci8/oci8.c + ext/oci8/oci8_collection.c + ext/oci8/oci8_lob.c + ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h: + MFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache + process times out) + + * ext/oci8/oci8.c + ext/oci8/oci8_collection.c + ext/oci8/oci8_lob.c + ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h: + fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache + process times out) + 2006-08-20 Ilia Alshanetsky * (PHP_5_2)