From 22a5e7232233333c299ab63f74a5af39cedb49de Mon Sep 17 00:00:00 2001 From: Date: Fri, 3 Feb 2006 06:31:41 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3fbb59b4b0e..7c5490bdda5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2006-02-02 Antony Dovgal + + * ext/xml/xml.c: + MF51: nuke unused variable + + * (PHP_5_1) + ext/xml/xml.c: + nuke unused variable + +2006-02-02 Pierre-Alain Joye + + * ext/gd/gd.c + ext/gd/libgd/gd.h + ext/gd/libgd/gd_jpeg.c: + - add a weak/tolerant mode to the jpeg loader + * new INI option to enable it (off by default) + gd.jpeg_ignore_warning (0|1) + * The default mode is the current behavior + * if the warning mode is enabled, the image may be loaded succesfully + but the jpeg warnings will be raise as notices + +2006-02-02 Sara Golemon + + * (PHP_5_1) + main/streams/xp_socket.c: + MFH: Prevent bindport from being used uninitialized + + * main/streams/xp_socket.c: + Prevent bindport from being used uninitialized + +2006-02-02 Antony Dovgal + + * ext/zlib/tests/gzreadgzwrite.phpt + ext/zlib/tests/gzreadgzwriteplain.phpt: + fix tests + + * (PHP_5_1) + NEWS: + fix #36258 (SplFileObject::getPath() may lead to segfault) + +2006-02-02 Dmitry Stogov + + * (PHP_5_1) + NEWS: + Bug #36226 Inconsistent handling when passing potential arrays + + * sapi/cgi/config9.m4 + sapi/cgi/config9.m4 + sapi/cli/config.m4 + sapi/cli/config.m4: + AIX support + + * (PHP_5_1) + NEWS + sapi/cgi/cgi_main.c + sapi/cgi/config.w32 + sapi/cgi/config9.m4 + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h: + 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. + 2006-02-01 Ilia Alshanetsky * (PHP_5_1)