philip Fri Apr 10 00:10:31 2009 UTC Modified files: (Branch: PHP_5_3) /php-src php.ini-development php.ini-production Log: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.1.2.6&r2=1.1.2.7&diff_format=u Index: php-src/php.ini-development diff -u php-src/php.ini-development:1.1.2.6 php-src/php.ini-development:1.1.2.7 --- php-src/php.ini-development:1.1.2.6 Mon Apr 6 08:37:33 2009 +++ php-src/php.ini-development Fri Apr 10 00:10:31 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-production?r1=1.1.2.6&r2=1.1.2.7&diff_format=u Index: php-src/php.ini-production diff -u php-src/php.ini-production:1.1.2.6 php-src/php.ini-production:1.1.2.7 --- php-src/php.ini-production:1.1.2.6 Mon Apr 6 08:37:33 2009 +++ php-src/php.ini-production Fri Apr 10 00:10:31 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