summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-14 09:34:02 +0200
committerAnatol Belski <ab@php.net>2014-04-14 09:34:02 +0200
commitfca588996311eb59f52ea4beddedcdfff050f0e1 (patch)
tree51fc13da6c81c6d5a808a1a8d2919f2fc32b639d /php.ini-production
parent1155b62ba4f7af13914b90228be17cac7f5ead0a (diff)
parente3abcf7826993876cf6c9cc09eb848b67d40e85e (diff)
downloadphp-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-production4
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]