From: Philip Olson Date: Fri, 10 Apr 2009 00:10:31 +0000 (+0000) Subject: Fixed typo X-Git-Tag: php-5.3.0RC2~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d2c39ac415aa8d92e39a7c13302ef3243e9cb5e;p=php Fixed typo --- diff --git a/php.ini-development b/php.ini-development index b5cbece5ff..812300c486 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1082,7 +1082,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 diff --git a/php.ini-production b/php.ini-production index 8596b93f84..eb38486b53 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1082,7 +1082,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