diff options
| author | Philip Olson <philip@php.net> | 2009-04-10 15:16:15 +0000 |
|---|---|---|
| committer | Philip Olson <philip@php.net> | 2009-04-10 15:16:15 +0000 |
| commit | d1e0074441085b5caaa8660bfbadd3015f5bddd7 (patch) | |
| tree | 9ae3356a67045a2effb08f7837209b134f03eeb5 | |
| parent | 933cdedeb74ee08dda7a2ccc7d509524792cbd9d (diff) | |
| download | php-git-d1e0074441085b5caaa8660bfbadd3015f5bddd7.tar.gz | |
MFB: Fixed typo
| -rw-r--r-- | php.ini-development | 2 | ||||
| -rw-r--r-- | php.ini-production | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
