From 95c57bb646d141d42bcadedfe0daac8c582b1a64 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 14 Apr 2014 09:32:31 +0200 Subject: Fixed bug #67033 Remove reference to Windows 95 --- php.ini-production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php.ini-production') diff --git a/php.ini-production b/php.ini-production index d19c6b84e6..3991cba02e 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 @@ -1010,7 +1010,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] -- cgit v1.2.1