diff options
author | Anatol Belski <ab@php.net> | 2014-04-14 09:34:02 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-04-14 09:34:02 +0200 |
commit | fca588996311eb59f52ea4beddedcdfff050f0e1 (patch) | |
tree | 51fc13da6c81c6d5a808a1a8d2919f2fc32b639d /php.ini-production | |
parent | 1155b62ba4f7af13914b90228be17cac7f5ead0a (diff) | |
parent | e3abcf7826993876cf6c9cc09eb848b67d40e85e (diff) | |
download | php-git-fca588996311eb59f52ea4beddedcdfff050f0e1.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed bug #67033 Remove reference to Windows 95
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production index ed7a20d12a..34f91fe293 100644 --- a/php.ini-production +++ b/php.ini-production @@ -573,7 +573,7 @@ html_errors = On ; http://php.net/error-log ; Example: ;error_log = php_errors.log -; Log errors to syslog (Event Log on NT, not valid in Windows 95). +; Log errors to syslog (Event Log on Windows). ;error_log = syslog ;windows.show_crt_warning @@ -1035,7 +1035,7 @@ mail.add_x_header = On ; The path to a log file that will log all mail() calls. Log entries include ; the full path of the script, line number, To address and headers. ;mail.log = -; Log mail to syslog (Event Log on NT, not valid in Windows 95). +; Log mail to syslog (Event Log on Windows). ;mail.log = syslog [SQL] |