From: Date: Sat, 17 Nov 2001 01:10:30 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29312b2ec825d2d61a3995a7adc5c020e8b45484;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e90ba437ad..b008fa2f1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2001-11-16 David Reid + + * configure.in: s/\t/ / + +2001-11-16 Sascha Schumann + + * ext/standard/var_unserializer.c + ext/standard/var_unserializer.re: + Fix two incidents which have been reported about the new unserializer. + + might lead to crash + + PR: #14082 + +2001-11-16 Andrei Zmievski + + * ext/overload/overload.c: Add todo item. + +2001-11-16 Rasmus Lerdorf + + * ext/gd/gd.c: MFH + (I wish people would stop committing whitespace fixes to code that has + been around forever. It really makes merging and checking diffs a pain + in the ass as real changes end up hidden within a sea of useless + whitespace fixes) + + * ext/gd/gd.c: Use the macro here and add an E_NOTICE + +2001-11-16 Jani Taskinen + + * main/rfc1867.c: - Nuked some memleaks + - Changed the error to be set always. Otherwise the index for error + wouldn't be correct in case of uploading multiple files within array. + ( ) + + * main/rfc1867.c: No use of populating the hash if there is no file saved. + 2001-11-15 Jan Lehnardt * pear/HTML/IT.php: whitespace fix.