Skip to content

Commit fca5889

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: Fixed bug #67033 Remove reference to Windows 95
2 parents 1155b62 + e3abcf7 commit fca5889

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

php.ini-development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ html_errors = On
573573
; http://php.net/error-log
574574
; Example:
575575
;error_log = php_errors.log
576-
; Log errors to syslog (Event Log on NT, not valid in Windows 95).
576+
; Log errors to syslog (Event Log on Windows).
577577
;error_log = syslog
578578

579579
;windows.show_crt_warning
@@ -1037,7 +1037,7 @@ mail.add_x_header = On
10371037
; The path to a log file that will log all mail() calls. Log entries include
10381038
; the full path of the script, line number, To address and headers.
10391039
;mail.log =
1040-
; Log mail to syslog (Event Log on NT, not valid in Windows 95).
1040+
; Log mail to syslog (Event Log on Windows).
10411041
;mail.log = syslog
10421042

10431043
[SQL]

php.ini-production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ html_errors = On
573573
; http://php.net/error-log
574574
; Example:
575575
;error_log = php_errors.log
576-
; Log errors to syslog (Event Log on NT, not valid in Windows 95).
576+
; Log errors to syslog (Event Log on Windows).
577577
;error_log = syslog
578578

579579
;windows.show_crt_warning
@@ -1035,7 +1035,7 @@ mail.add_x_header = On
10351035
; The path to a log file that will log all mail() calls. Log entries include
10361036
; the full path of the script, line number, To address and headers.
10371037
;mail.log =
1038-
; Log mail to syslog (Event Log on NT, not valid in Windows 95).
1038+
; Log mail to syslog (Event Log on Windows).
10391039
;mail.log = syslog
10401040

10411041
[SQL]

0 commit comments

Comments
 (0)