mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
Add the note to php.ini-* about the mail.force_extra_paramaters
This commit is contained in:
parent
d5253b4f1f
commit
8df56be33c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user