Skip to content

Commit 57d6579

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fixed bug #67033 Remove reference to Windows 95
2 parents 6e81f80 + 95c57bb commit 57d6579

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
@@ -1014,7 +1014,7 @@ mail.add_x_header = On
10141014
; The path to a log file that will log all mail() calls. Log entries include
10151015
; the full path of the script, line number, To address and headers.
10161016
;mail.log =
1017-
; Log mail to syslog (Event Log on NT, not valid in Windows 95).
1017+
; Log mail to syslog (Event Log on Windows).
10181018
;mail.log = syslog
10191019

10201020
[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
@@ -1014,7 +1014,7 @@ mail.add_x_header = On
10141014
; The path to a log file that will log all mail() calls. Log entries include
10151015
; the full path of the script, line number, To address and headers.
10161016
;mail.log =
1017-
; Log mail to syslog (Event Log on NT, not valid in Windows 95).
1017+
; Log mail to syslog (Event Log on Windows).
10181018
;mail.log = syslog
10191019

10201020
[SQL]

0 commit comments

Comments
 (0)