diff options
author | foobar <sniper@php.net> | 2003-05-30 20:06:05 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-05-30 20:06:05 +0000 |
commit | 8df56be33c06b24624ad0084104f6365cdb68bf0 (patch) | |
tree | 51e068221985ca4c6a993848b51fb87d99e23f5e /php.ini-recommended | |
parent | d5253b4f1fecfeab253c4b59caafcd21ff06d71b (diff) | |
download | php-git-8df56be33c06b24624ad0084104f6365cdb68bf0.tar.gz |
Add the note to php.ini-* about the mail.force_extra_paramaters
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 5 |
1 files changed, 5 insertions, 0 deletions
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 |