summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-12-26 01:33:49 +0000
committer <changelog@php.net>2002-12-26 01:33:49 +0000
commit03132bff123d442c876c257925f099c85d7ab26c (patch)
tree55714db4125da5d798b8782eba81d0494f7fe4aa
parent190867c800157851281aa1d94e505ea6f6ba6040 (diff)
downloadphp-git-03132bff123d442c876c257925f099c85d7ab26c.tar.gz
ChangeLog update
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc57e22084..49f637cd39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2002-12-25 George Schlossnagle <george@omniti.com>
+
+ * sapi/cgi/cgi_main.c:
+ fixed ws
+
+ * sapi/cgi/cgi_main.c:
+ mfh (bug #21177)
+
+ * sapi/cgi/cgi_main.c:
+ fix for 21177
+
+2002-12-25 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * ext/standard/tests/array/bug21182.phpt:
+
+ - Add test for bug #21182
+
+2002-12-25 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/standard/array.c:
+ Make range operate on the copies of the parameters rather then modify the
+ actual parameters.
+
+2002-12-25 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/standard/array.c:
+ Fixed bug #21182
+
2002-12-24 Stefan Esser <s.esser@e-matters.de>
* sapi/cgi/cgi_main.c: