philip Fri Apr 10 15:16:15 2009 UTC Modified files: /php-src php.ini-production php.ini-development Log: MFB: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.5&r2=1.6&diff_format=u Index: php-src/php.ini-production diff -u php-src/php.ini-production:1.5 php-src/php.ini-production:1.6 --- php-src/php.ini-production:1.5 Mon Apr 6 08:37:06 2009 +++ php-src/php.ini-production Fri Apr 10 15:16:15 2009 @@ -1082,7 +1082,7 @@ ; 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 http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.5&r2=1.6&diff_format=u Index: php-src/php.ini-development diff -u php-src/php.ini-development:1.5 php-src/php.ini-development:1.6 --- php-src/php.ini-development:1.5 Mon Apr 6 08:37:06 2009 +++ php-src/php.ini-development Fri Apr 10 15:16:15 2009 @@ -1082,7 +1082,7 @@ ; 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php