diff options
author | Anatol Belski <ab@php.net> | 2014-04-14 09:33:49 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-04-14 09:33:49 +0200 |
commit | e3abcf7826993876cf6c9cc09eb848b67d40e85e (patch) | |
tree | a2b58a288e6b71396267c88ea6f27a989ed5ad80 /php.ini-production | |
parent | cfe24a7be27cf6e4b52ea066dfb938efd7f5d703 (diff) | |
parent | 57d657987d5750f9a6482c8a9999f30dd6aabe46 (diff) | |
download | php-git-e3abcf7826993876cf6c9cc09eb848b67d40e85e.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
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 c5853ca566..5410b3de54 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 @@ -1042,7 +1042,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] |