sniper Fri May 30 16:06:06 2003 EDT Modified files: /php4 php.ini-dist php.ini-recommended Log: Add the note to php.ini-* about the mail.force_extra_paramaters Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.191 php4/php.ini-dist:1.192 --- php4/php.ini-dist:1.191 Wed May 7 21:23:20 2003 +++ php4/php.ini-dist Fri May 30 16:06:05 2003 @@ -596,6 +596,11 @@ ; 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 Index: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.136 php4/php.ini-recommended:1.137 --- php4/php.ini-recommended:1.136 Wed May 7 21:23:20 2003 +++ php4/php.ini-recommended Fri May 30 16:06:05 2003 @@ -611,6 +611,11 @@ ; 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php