Add the note to php.ini-* about the mail.force_extra_paramaters

This commit is contained in:
foobar 2003-05-30 20:06:05 +00:00
parent d5253b4f1f
commit 8df56be33c
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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