From 8442ce9d9fbd114f74a3b659d8f35b5fab5490a8 Mon Sep 17 00:00:00 2001 From: Date: Mon, 17 Dec 2001 01:12:17 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) diff --git a/ChangeLog b/ChangeLog index fbd4db7202..82273c7984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +2001-12-16 Stefan Esser + + * main/SAPI.c: fixed: fix for my broken patch. + + * main/SAPI.c: fixed: fix for my broken patch + +2001-12-16 Rui Hirokawa + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + added an option mbstring.func_overload to overload some function by multibyte enabled version of function in mbstring. + +2001-12-16 Zeev Suraski + + * main/main.c: + Freeing that TLS is just too complicated. Since we're shutting + down anyway, remove it for now (it did not exist in 4.0.6) + +2001-12-16 Derick Rethans + + * NEWS: Add entries + + * NEWS: - More MHFs + + * NEWS: Update NEWS + +2001-12-16 Stefan Esser + + * main/rfc1867.c: whitespace. - now i know how code should look like ... + + * main/SAPI.c: whitespace. + + * main/SAPI.c: MFH : one byte heap corruption fixed + + * main/SAPI.c: + fixed: WWW-Authenticate -> header_line got only freed when safe_mode was activ + fixed: WWW-Authenticate -> content of header_line was changed after it was freed + +2001-12-16 Derick Rethans + + * ext/mcrypt/mcrypt.c: Make this compile again + +2001-12-16 Sam Ruby + + * INSTALL: Update for 4.1 + +2001-12-16 Thomas V.V.Cox + + * pear/PEAR/Common.php: added support for and tags + +2001-12-16 Stefan Esser + + * main/SAPI.c: MFH : fixed bufferoverflow in sapi_add_header_ex + +2001-12-16 Yasuo Ohgaki + + * ext/pgsql/README + ext/pgsql/config.m4: README update + Raise error for bogus installation path for --with-pgsql + Added check for pg_escape_* + +2001-12-16 Thomas V.V.Cox + + * pear/PEAR/Common.php: + use the System class for mkDirHier() and mkTempDir() + +2001-12-16 Stefan Esser + + * main/SAPI.c: + fixed: bufferoverflow in sapi_add_header_ex triggerable by header("WWW-Authenticate: Basic foobar"); + + * main/rfc1867.c: fixed: php_ap_getword was unaware of quotes + filenames with ; in it could not get uploaded + + fixed: php_ap_getword_conf sometimes returned a static + string that crashs php when freed + (f.e. uploading the file "crash; name= ;" + crashed php) + + fixed: magic_quotes was disabled while filling + variables with user supplied input + + fixed: memoryleak (some strings did not get freed) + + fixed: assuming that adress of "" is always the same + may fail on some compilers + +2001-12-16 Derick Rethans + + * ext/standard/tests/math/pow.phpt: Mail should go to php-dev + + * ext/standard/math.c: MFH for bug #14??? (pow() thing) + + * ext/standard/math.c: - Fix for bug #14544, bogus warning in pow() + +2001-12-16 Hartmut Holzgraefe + + * ext/standard/ftok.c + ext/pgsql/pgsql.c: proto fixes + +2001-12-16 Thomas V.V.Cox + + * pear/System.php: improved phpdoc of mkTemp() + + * pear/System.php: + Added System::mktemp() (Creates temporal files or directories) + 2001-12-15 Zeev Suraski * ext/mysql/php_mysql.c: Fix bug #13456 - I'm unable to actually test it -- 2.50.1