summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2006-01-21 06:31:45 +0000
committer <changelog@php.net>2006-01-21 06:31:45 +0000
commite017df6f642ee53af557e8e23bc3d76e296456ed (patch)
tree1d0e5b4ae1d894bffb4a2d4ffe1fdab5db7cc125
parent942098d19ec1d9c699d95c47f14c31827a017b8a (diff)
downloadphp-git-e017df6f642ee53af557e8e23bc3d76e296456ed.tar.gz
ChangeLog update
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18bddb30ec..720de1fc63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2006-01-20 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * ext/gd/config.m4:
+ - Fixed bug #Â36110 (missing sanity checks for external build)
+
+2006-01-20 Antony Dovgal <antony@zend.com>
+
+ * ext/oci8/config.m4
+ ext/oci8/config.m4:
+ fix typo
+
+ * (PHP_5_1)
+ NEWS
+ ext/oci8/oci8_statement.c:
+ MFH: fix #36096 (oci_result() returns garbage after oci_fetch() failed)
+
+ * ext/oci8/oci8_statement.c:
+ fix #36096 (oci_result() returns garbage after oci_fetch() failed)
+
+2006-01-20 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/standard/http_fopen_wrapper.c:
+ MFB51: Allow get_headers() to return header information even for non-200
+ responses.
+
+ * (PHP_5_1)
+ ext/standard/http_fopen_wrapper.c:
+ Allow get_headers() to return header information even for non-200
+ responses.
+
2006-01-19 Antony Dovgal <antony@zend.com>
* ZendEngine2/tests/bug32290.phpt