diff options
author | <changelog@php.net> | 2003-02-27 01:44:34 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-02-27 01:44:34 +0000 |
commit | 4fbdee3c268b3e35830171d6e8fc87419dea45d7 (patch) | |
tree | 3f786bc5f96cfe79e84f0b69b2bba1f6571dc636 /NEWS | |
parent | 10fb8dadd8184f24b53f9c3c35e09c121828ea63 (diff) | |
download | php-git-4fbdee3c268b3e35830171d6e8fc87419dea45d7.tar.gz |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |