File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 108
108
; Development Value: E_ALL
109
109
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
110
110
111
- ; html_errors
112
- ; Default Value: On
113
- ; Development Value: On
114
- ; Production value: On
115
-
116
111
; log_errors
117
112
; Default Value: Off
118
113
; Development Value: On
@@ -538,11 +533,8 @@ report_memleaks = On
538
533
; error message as HTML for easier reading. This directive controls whether
539
534
; the error message is formatted as HTML or not.
540
535
; Note: This directive is hardcoded to Off for the CLI SAPI
541
- ; Default Value: On
542
- ; Development Value: On
543
- ; Production value: On
544
536
; http://php.net/html-errors
545
- html_errors = On
537
+ ; html_errors = On
546
538
547
539
; If html_errors is set to On *and* docref_root is not empty, then PHP
548
540
; produces clickable error messages that direct to a page describing the error
Original file line number Diff line number Diff line change 108
108
; Development Value: E_ALL
109
109
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
110
110
111
- ; html_errors
112
- ; Default Value: On
113
- ; Development Value: On
114
- ; Production value: On
115
-
116
111
; log_errors
117
112
; Default Value: Off
118
113
; Development Value: On
@@ -545,11 +540,8 @@ report_memleaks = On
545
540
; error message as HTML for easier reading. This directive controls whether
546
541
; the error message is formatted as HTML or not.
547
542
; Note: This directive is hardcoded to Off for the CLI SAPI
548
- ; Default Value: On
549
- ; Development Value: On
550
- ; Production value: On
551
543
; http://php.net/html-errors
552
- html_errors = On
544
+ ; html_errors = On
553
545
554
546
; If html_errors is set to On *and* docref_root is not empty, then PHP
555
547
; produces clickable error messages that direct to a page describing the error
You can’t perform that action at this time.
0 commit comments