]> granicus.if.org Git - php/commitdiff
Fixed bug #67033 Remove reference to Windows 95
authorAnatol Belski <ab@php.net>
Mon, 14 Apr 2014 07:32:31 +0000 (09:32 +0200)
committerAnatol Belski <ab@php.net>
Mon, 14 Apr 2014 07:32:31 +0000 (09:32 +0200)
php.ini-development
php.ini-production

index 962010746b950be3778b8a598b9cf8894a0e6474..cba0679c27187faaad4148467081ae16bb76f733 100644 (file)
@@ -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]
index d19c6b84e6f9169da898c37183dc28270e109f19..3991cba02ed35d00a2d443d41e75b716ed41b088 100644 (file)
@@ -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]