changelog Tue Aug 22 01:30:53 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2429&r2=1.2430&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2429 php-src/ChangeLog:1.2430
--- php-src/ChangeLog:1.2429 Mon Aug 21 01:30:48 2006
+++ php-src/ChangeLog Tue Aug 22 01:30:52 2006
@@ -1,3 +1,41 @@
+2006-08-21 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/pdo/tests/bug_38394.phpt
+ ext/pdo/tests/bug_38394.phpt:
+ typo
+
+2006-08-21 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_2)