From: Date: Fri, 28 Apr 2006 05:31:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13968dea7fb4b7ad343aab82922c581d60f2bf2e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3ed5d08ff1..4b331917d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2006-04-27 Andrei Zmievski + + * ext/pcntl/pcntl.c: + pcntl_signal is safe too + + * ext/pcntl/pcntl.c: + Safe-fy some functions. + +2006-04-27 Dmitry Stogov + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h + sapi/cgi/fastcgi.h: + Proper fix for bug #37205 + +2006-04-27 Moriyoshi Koizumi + + * ext/iconv/iconv.c: + - Remove fprintf() used for debugging + + * (PHP_5_1) + ext/iconv/iconv.c + ext/iconv/tests/bug37176.phpt: + - MFH: fix bug #37176 (iconv_strpos() fails to find a string) + + * ext/iconv/iconv.c + ext/iconv/tests/bug37176.phpt + ext/iconv/tests/bug37176.phpt: + - Fix bug #37176 (iconv_strpos() fails to find a string) + 2006-04-26 Dmitry Stogov * sapi/cgi/fastcgi.c