summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-06-27 00:32:20 +0000
committer <changelog@php.net>2004-06-27 00:32:20 +0000
commit99b5263afdc2c320434d65c5034d536f9ba555c4 (patch)
tree4019b4511893286bd937a2227f2f2b8043efd6b2
parent962b593455c28ed6b498573ec0c7b8c6526b50db (diff)
downloadphp-git-99b5263afdc2c320434d65c5034d536f9ba555c4.tar.gz
ChangeLog update
-rw-r--r--ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2916dd7f99..d1ac1d1b78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2004-06-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * NEWS:
+ BFN
+
+2004-06-26 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * (PHP_4_3)
+ NEWS:
+ - This one should've been here, not in HEAD.
+
+ * NEWS:
+ -** empty log message ***
+
+2004-06-26 Uwe Schindler <uwe@thetaphi.de>
+
+ * sapi/nsapi/nsapi.c:
+ replace strncpy with strlcpy
+
+2004-06-26 Stefan Esser <sesser@suspekt.org>
+
+ * main/php_variables.c:
+ As long we pass values by reference this is needed. Ugly!
+
+ * ext/mbstring/mb_gpc.c:
+ Fixed input_filter functions need emalloc()ed values.
+
+ * NEWS:
+ strip_tags() news
+
+ * ext/standard/string.c:
+ IE we love you all...
+
+2004-06-26 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * NEWS:
+ - WS
+
+ * NEWS
+ ext/mbstring/mbstring.c
+ ext/mbstring/tests/bug26639.phpt:
+ - Fix bug #28466 (mbstring_convert_variables() problem).
+
2004-06-25 Edin Kadribasic <edink@emini.dk>
* sapi/apache2handler/sapi_apache2.c: