summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-05-30 20:06:05 +0000
committerfoobar <sniper@php.net>2003-05-30 20:06:05 +0000
commit8df56be33c06b24624ad0084104f6365cdb68bf0 (patch)
tree51e068221985ca4c6a993848b51fb87d99e23f5e
parentd5253b4f1fecfeab253c4b59caafcd21ff06d71b (diff)
downloadphp-git-8df56be33c06b24624ad0084104f6365cdb68bf0.tar.gz
Add the note to php.ini-* about the mail.force_extra_paramaters
-rw-r--r--php.ini-dist5
-rw-r--r--php.ini-recommended5
2 files changed, 10 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 994dc0e956..06b49e138c 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -596,6 +596,11 @@ sendmail_from = me@localhost.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
+; Force 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.
+;mail.force_extra_paramaters =
+
[Java]
;java.class.path = .\php_java.jar
;java.home = c:\jdk
diff --git a/php.ini-recommended b/php.ini-recommended
index 5ebd39494b..d95fc47e91 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -611,6 +611,11 @@ sendmail_from = me@localhost.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
+; Force 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.
+;mail.force_extra_paramaters =
+
[Java]
;java.class.path = .\php_java.jar
;java.home = c:\jdk