From fb234adcf780b202e1c5d93e5316650a988de7e3 Mon Sep 17 00:00:00 2001 From: Date: Fri, 14 Dec 2001 01:13:32 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/ChangeLog b/ChangeLog index 46417eaaf89..1c92b7a9339 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2001-12-13 Alexander Merz + + * pear/DB/common.php + pear/DB.php: fix phpdoc + +2001-12-13 Derick Rethans + + * ext/mcrypt/mcrypt.c: - Remove debug stuff + + * ext/mcrypt/mcrypt.c: - Remove debug crap + + * ext/mcrypt/mcrypt.c: + - MFH for bugs 10324, 12777, 14488, 13399 and probably 13239 + + * ext/mcrypt/mcrypt.c: - Fixes for bugs 10324, 12777, 14488 and 13399 + - Fixed several crash bugs in the mcrypt extension + +2001-12-13 Stefan Esser + + * main/rfc1867.c: + fixed some minor bugs and reordered some code to fix array uploads. + +2001-12-13 Sterling Hughes + + * NEWS: This'll come with 4.1.1 + + * ext/mcrypt/mcrypt.c: MFB + + * ext/mcrypt/mcrypt.c: + Fix mcrypt compile on systems that don't have mcrypt + +2001-12-13 Hartmut Holzgraefe + + * ext/ncurses/ncurses_functions.c: more proto descriptions and fixes + +2001-12-13 Rui Hirokawa + + * EXTENSIONS: added mbstring to EXTENSIONS. + + * pear/DB/pgsql.php + ext/iconv/iconv.c + ext/iconv/php_iconv.h: added mbstring to maintainers list. + +2001-12-13 Sterling Hughes + + * ext/standard/filestat.c: MFH + +2001-12-13 Thies C. Arntzen + + * ext/oci8/oci8.c: typo + +2001-12-13 Sterling Hughes + + * ext/standard/parsedate.y: MFH timezone fix + +2001-12-13 Sascha Schumann + + * sapi/thttpd/thttpd.c: Provide access to ini settings. + + Properly block the thread, if IO is not ready on a fd. + +2001-12-13 Hartmut Holzgraefe + + * ext/ncurses/ncurses_functions.c: - new parameter parsing api used + - added proto descriptions (not complete) + - swapped x/y arguments + - indentation style fix (no seperate WS fix as most of the file changed anyway) + 2001-12-12 Hartmut Holzgraefe * ext/skeleton/create_stubs: editor preferences for XML files updated