From aeebfc59081a94a6cddffe8514804016ef5c817c Mon Sep 17 00:00:00 2001 From: Date: Sat, 19 May 2001 01:09:22 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/ChangeLog b/ChangeLog index 524512dc2c..2df31067e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2001-05-18 Sascha Schumann + + * ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/file.c: munmap() file in RSHUTDOWN, if PHPWRITE fails. + +2001-05-18 Derick Rethans + + * ext/mcrypt/mcrypt.c: - Fix for bug #10890 (MFH) + - Fixed bugs in the mcrypt extension that caused crashes + + * ext/mcrypt/mcrypt.c: - Fix for bug #10890 + - Fixed bugs in the mcrypt extension that caused crashes + +2001-05-18 Sascha Schumann + + * sapi/apache/config.m4: + First try at using Apache's export list when building a DSO. + +2001-05-18 Sterling Hughes + + * ext/gd/gd.c: + Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which + specified that the drawn curve should be rounded. + + * ext/gd/gd.c: remove more php3 ts stuff + + * ext/gd/gd_ctx.c: should be using the function here. + + * ext/gd/gd.c + ext/gd/gd_ctx.c + ext/gd/php_gd.h: Remove the remnants of old global macro's + +2001-05-18 Sascha Schumann + + * ext/standard/file.c: Files should be shared among processes. + +2001-05-18 Hartmut Holzgraefe + + * ext/ctype/ctype.c: a small proto clarification + +2001-05-18 Andrei Zmievski + + * ext/pcre/pcrelib/Makefile.in + ext/pcre/config.m4: + Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute + the global namespace. + +2001-05-18 Thies C. Arntzen + + * build/rules_common.mk + sapi/cgi/cgi_main.c: revert parts of last commit - stupid me! + + * NEWS + build/rules_common.mk + sapi/cgi/cgi_main.c: + --enable-memory-usage-info id deprecated. use --enable-memory-limit instead! + +2001-05-18 Uwe Steinmann + + * ext/hyperwave/hw.c: + - completed list of error messages (thanks to Torben Wilson) + 2001-05-17 James Moore * sapi/cgi/getopt.c: -- 2.40.0