]> granicus.if.org Git - php/commitdiff
moved this entry under correct version
authorfoobar <sniper@php.net>
Wed, 13 Nov 2002 18:28:50 +0000 (18:28 +0000)
committerfoobar <sniper@php.net>
Wed, 13 Nov 2002 18:28:50 +0000 (18:28 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2b66e29160b21132ee70eb7f0045dfa9cb0d2c8d..88ec9d07ff2598f3a60bb5e5f9f5ec338f11d7f3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -301,7 +301,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
@@ -429,6 +428,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)