From: Date: Fri, 10 Dec 2004 01:32:20 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6f64862c1b17d5d0ae44eda26c1af2e7e099f54;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b810fe50ff..872e41796b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2004-12-09 Antony Dovgal + + * (PHP_4_3) + ext/session/session.c + ext/session/session.c: + CS changes + + * ext/session/session.c: + CS changes (as suggested by Ilia) + + * ext/pcre/php_pcre.c: + fix 1-byte leak + + * (PHP_4_3) + ext/session/session.c + ext/session/session.c: + MFH: fix segfault in session_module_name() when session.save_handler is + empty + + * ext/session/session.c: + fix segfault in session_module_name() when session.save_handler is empty + +2004-12-09 Pierre-Alain Joye + + * (PHP_5_0) + NEWS: + - fix the entry position, thx D + + * (PHP_5_0) + NEWS + ext/gd/libgd/gdft.c + ext/gd/libgd/gdft.c: + - MFH: #28598, attempt to restore MS Symbol ttf support + + * (PHP_5_0) + ext/gd/libgd/gd.c: + - MFB: #30229, fixed imagerectangle used with alpha channel + - MFB: imagefill, always restore the alphablending mode + +2004-12-09 Derick Rethans + + * acinclude.m4: + - MF43: Fixed bug #31034 (Problem with non-existing iconv header file). + + * (PHP_5_0) + NEWS + acinclude.m4: + - MFH: Fixed bug #31034 (Problem with non-existing iconv header file). + (Derick) + + * (PHP_4_3) + NEWS + acinclude.m4: + - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick) + +2004-12-09 Antony Dovgal + + * ext/mysqli/mysqli.c: + fix buffer overrun and remove debug printf() call + 2004-12-08 Ilia Alshanetsky * (PHP_4_3)