From 9b9c41bcf20ce0bc91347aba070fa5dcc7d85e2b Mon Sep 17 00:00:00 2001 From: Date: Mon, 26 Dec 2005 06:31:53 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28c51e28e1..e8a62ac4f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2005-12-25 Antony Dovgal + + * ext/zlib/tests/compress_zlib_wrapper.phpt + ext/zlib/tests/compress_zlib_wrapper.phpt: + add missing skipif tag + +2005-12-25 Pierre-Alain Joye + + * ext/gd/tests/colorclosest.phpt: + - add colorclosestalpha tests + + * ext/gd/tests/colormatch.phpt + ext/gd/tests/colorresolve.phpt: + - add colorresolvealpha to colorresolve tests + - update colormatch + + * (PHP_5_1) + NEWS: + - imagecolormatch fix and changes + + * (PHP_5_1) + ext/gd/gd.c: + - MFH: raise warnings instead of errors in colormatch + + * ext/gd/gd.c: + - raise warning instread of errors in colormatch + + * (PHP_5_1) + ext/gd/gd.c + ext/gd/libgd/gd_topal.c + ext/gd/tests/colormatch.phpt: + - MFH: fix segfault/leak in imagecolormatch + - MFH: test for imagecolormatch + + * ext/gd/tests/colormatch.phpt + ext/gd/tests/colormatch.phpt: + + - fix leak/segfaults in imagecolormatch + - add tests for imagecolorexact and imagecolormatch + The later is only about the segv + + * ext/gd/gd.c + ext/gd/libgd/gd_topal.c + ext/gd/tests/colorexact.phpt: + - fix leak/segfaults in imagecolormatch + - add tests for imagecolorexact and imagecolormatch + The later is only about the segv + +2005-12-25 Rui Hirokawa + + * (PHP_5_1) + ext/mbstring/mb_gpc.c + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + MFH: fixed #35711, added mbstring.strict_detection to detect the encoding + striktly. + + * ext/mbstring/mb_gpc.c + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + fixed #35711, added mbstring.strict_detection to detect the encoding + striktly. + +2005-12-25 Zeev Suraski + + * sapi/cgi/cgi_main.c + sapi/cgi/config.w32 + sapi/cgi/config9.m4: + Reimplement FastCGI interface + + Due to licensing restrictions that actually don't allow anybody to use + the libfcgi code without prior approval from Open Market, which is + impossible to obtain - we decided to reimplement this interface from + scratch. The result is actually slightly faster, and more importantly, + clear of any copyright issues. + + Implementation by Dmitry + 2005-12-24 Pierre-Alain Joye * ext/gd/tests/colorclosest.phpt -- 2.50.1