From: Date: Mon, 27 Nov 2006 01:31:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3785434481eb4d7483de8563c383b2d36df2df6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0779d2a12b..21b52da223 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2006-11-26 Alex Waugh + + * (PHP_5_2) + sapi/webjames/webjames.c: + MFH: Improve robustness of sending routines + + * sapi/webjames/webjames.c: + Improve robustness of sending routines + +2006-11-26 Ilia Alshanetsky + + * ext/mime_magic/mime_magic.c: + MFB: Fixed bug #39623 (thread safety fixes on *nix for mime_magic + extenion). + + * (PHP_5_2) + ext/mime_magic/mime_magic.c + ext/standard/basic_functions.c: + Fixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic). + + * (PHP_4_4) + NEWS + ext/standard/info.c: + MFH: Added a meta tag to phpinfo() output to prevent search engines from + indexing the page. + + * ext/imap/tests/imap_utf8.phpt: + MFB: Fixed test, in some versions of c-client returned value is always + uppercase + + * (PHP_5_2) + ext/imap/tests/imap_utf8.phpt: + Fixed test, in some versions of c-client returned value is always uppercase + + * ext/dbase/tests/002.phpt: + MFB: fixed test + + * (PHP_5_2) + ext/dbase/tests/002.phpt: + Fixed test + + * ext/standard/info.c: + MFB: Added a meta tag to phpinfo() output to prevent search engines from + indexing the page. + + * (PHP_5_2) + NEWS + ext/standard/info.c: + Added a meta tag to phpinfo() output to prevent search engines from + indexing the page. + 2006-11-24 Antony Dovgal * (PHP_5_2)