]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 22 Aug 2006 01:30:52 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Tue, 22 Aug 2006 01:30:52 +0000 (01:30 +0000)
ChangeLog

index f10e0e161c15d11ec2989039d5fed05ccd397873..cde0fc6344b1e7750b6adf2960ce40979f27b7c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2006-08-21  Antony Dovgal  <antony@zend.com>
+
+    * ext/pdo/tests/bug_38394.phpt
+      ext/pdo/tests/bug_38394.phpt:
+      typo
+
+2006-08-21  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * 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  <antony@zend.com>
+
+    * (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  <ilia@prohost.org>
 
     * (PHP_5_2)