From: foobar Date: Fri, 15 Nov 2002 07:18:20 +0000 (+0000) Subject: clean the mess.. X-Git-Tag: php-4.3.0RC2~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd49c212c3a9ccdb96f6f6fb001eb702acbc3149;p=php clean the mess.. --- diff --git a/NEWS b/NEWS index 075725b56f..a8e865a789 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ PHP 4 NEWS parsing at startup. (Marcus, Wez) - Fixed bug #19689 (absolute paths like /test/dir/ not working correctly). (Ilia) -- Fixed bug #20424 (stream_get_meta_data craches on a normal file stream). +- Fixed bug #20424 (stream_get_meta_data crashes on a normal file stream). (Derick, Wez) - Added "neutral" language entry to mbstring spec. (Moriyoshi) - Changed bundled gd library to consider php.ini option memory_limit. (Marcus) @@ -312,7 +312,6 @@ PHP 4 NEWS condition. Also fixed host resolution error messages on win32. (Jason) - Added optional 3rd parameter 'recursive' to ftp_rawlist() which will do 'LIST -R' instead of 'LIST'. (Jani) -- Disabled the fifth parameter in mail() when safe-mode is turned on. (Derick) - Changed getimagesize() to always set unknown fields to 0 and added support for iff imagetype. (Marcus) - Added runtime Apache2 thread check to ensure we don't run a non-threaded @@ -440,6 +439,7 @@ PHP 4 NEWS process is now more portable and less resource-consuming. (Sascha) 06 Sep 2002, Version 4.2.3 +- Disabled the fifth parameter in mail() when safe-mode is turned on. (Derick) - Enable UTF8 modifier support for PCRE on win32. (Wez, Edin) - Enabled strcoll() on win32. (Markus) - Fixed possible ASCII control char injection in mail(). (Stefan Esser)