summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2008-08-29 01:31:55 +0000
committer <changelog@php.net>2008-08-29 01:31:55 +0000
commit6e6623dcb0d113a1ad8a1962238931af1c23991c (patch)
tree96f03379cbd43484b0dd7ca9c08b9d5913356b35
parentdcfcdbf12157bf6312b58bb84a74fd684a660cfd (diff)
downloadphp-git-6e6623dcb0d113a1ad8a1962238931af1c23991c.tar.gz
ChangeLog update
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92602a8f7a..2268ab0529 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2008-08-28 Christopher Jones <christopher.jones@oracle.com>
+
+ * (PHP_5_3)
+ ext/oci8/oci8.c:
+ MFH: Bug #45888 (Refcounting in ZTS mode)
+
+ * ext/oci8/oci8.c:
+ Bug #45888 (Refcounting in ZTS mode)
+
+ * (PHP_5_3)
+ NEWS:
+ Add #45458
+
+ * (PHP_5_3)
+ ext/oci8/oci8_interface.c
+ ext/oci8/tests/bug45458.phpt:
+ MFH: Bug #45458 (OCI8: Numeric keys for associative arrays are not handled
+ properly)
+
+ * ext/oci8/oci8_interface.c
+ ext/oci8/tests/bug45458.phpt
+ ext/oci8/tests/bug45458.phpt:
+ Bug #45458 (OCI8: Numeric keys for associative arrays are not handled
+ properly)
+
+ * ext/oci8/tests/lob_029.phpt:
+ Fix expected output for PHP 6
+
+ * (PHP_5_3)
+ ext/oci8/tests/lob_029.phpt:
+ MHF: Test initialization cleanup
+
+ * ext/oci8/tests/lob_029.phpt:
+ Test initialization cleanup
+
+ * (PHP_5_3)
+ php.ini-dist
+ php.ini-recommended:
+ MFH: Update Oracle DLL examples to match build changes
+
+ * php.ini-dist
+ php.ini-recommended:
+ Update Oracle DLL examples to match build changes
+
2008-08-27 David Soria Parra <dsoria@gmx.net>
* (PHP_5_3)