diff options
author | Ondřej Surý <ondrej@sury.org> | 2014-05-05 10:13:25 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2014-05-05 10:13:25 +0200 |
commit | 0a16a96c45a8a3b2999106b025c9c61ff1fdeb31 (patch) | |
tree | a92b26e687223eb0c6965ea85334697eb6775d44 /php.ini-production | |
parent | 83681d9fae3e6fb96ab01e7a4166b7d9261a4e55 (diff) | |
download | php-upstream/5.5.12+dfsg.tar.gz |
New upstream version 5.5.12+dfsgupstream/5.5.12+dfsg
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 c5cd462c0..74e7ceb76 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 @@ -1014,7 +1014,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] |