From: Antony Dovgal Date: Mon, 12 Jan 2009 10:46:31 +0000 (+0000) Subject: fix typo (reported by Richard Quadling) X-Git-Tag: php-5.4.0alpha1~191^2~4554 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecbf90b98051acbf51430845f2dfea2a64807442;p=php fix typo (reported by Richard Quadling) --- diff --git a/php.ini-dist b/php.ini-dist index dcc89147a0..2be691c2e0 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -669,7 +669,7 @@ smtp_port = 25 ; the 5th parameter to mail(), even in safe mode. ;mail.force_extra_parameters = -; Add X-PHP-Originaiting-Script: that will include uid of the script followed by the filename +; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename mail.add_x_header = Off ; Log all mail() calls including the full path of the script, line #, to address and headers diff --git a/php.ini-recommended b/php.ini-recommended index 646b0779b9..4037df73fc 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -706,7 +706,7 @@ smtp_port = 25 ; the 5th parameter to mail(), even in safe mode. ;mail.force_extra_parameters = -; Add X-PHP-Originaiting-Script: that will include uid of the script followed by the filename +; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename mail.add_x_header = On ; Log all mail() calls including the full path of the script, line #, to address and headers