summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-02-27 01:44:34 +0000
committer <changelog@php.net>2003-02-27 01:44:34 +0000
commit4fbdee3c268b3e35830171d6e8fc87419dea45d7 (patch)
tree3f786bc5f96cfe79e84f0b69b2bba1f6571dc636
parent10fb8dadd8184f24b53f9c3c35e09c121828ea63 (diff)
downloadphp-git-4fbdee3c268b3e35830171d6e8fc87419dea45d7.tar.gz
NEWS update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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).