From: Date: Thu, 27 Feb 2003 01:44:34 +0000 (+0000) Subject: NEWS update X-Git-Tag: RELEASE_0_5~723 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fbdee3c268b3e35830171d6e8fc87419dea45d7;p=php NEWS update --- diff --git a/NEWS b/NEWS index 587bb6370a..02607ffb58 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 5.0.0 +- Added an extra ini setting (mail_force_extra_paramaters) which forces + the addition of the specified parameters to be passed as extra + parameters to the sendmail binary. These parameters will always replace + the value of the 5th parameter to mail(), even in safe mode. (Derick) - Moved extensions to PECL (http://pear.php.net/): (James, Tal) . ext/fribidi - Fixed bug #21600 (Assign by reference function call changes variable contents).