Skip to content

Commit 8b8d5a4

Browse files
Girgiascmb69
authored andcommitted
Remove html_errors from INI Quick Reference as INI values are identical to Engine values
1 parent e188e41 commit 8b8d5a4

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

php.ini-development

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@
108108
; Development Value: E_ALL
109109
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
110110

111-
; html_errors
112-
; Default Value: On
113-
; Development Value: On
114-
; Production value: On
115-
116111
; log_errors
117112
; Default Value: Off
118113
; Development Value: On
@@ -538,11 +533,8 @@ report_memleaks = On
538533
; error message as HTML for easier reading. This directive controls whether
539534
; the error message is formatted as HTML or not.
540535
; Note: This directive is hardcoded to Off for the CLI SAPI
541-
; Default Value: On
542-
; Development Value: On
543-
; Production value: On
544536
; http://php.net/html-errors
545-
html_errors = On
537+
;html_errors = On
546538

547539
; If html_errors is set to On *and* docref_root is not empty, then PHP
548540
; produces clickable error messages that direct to a page describing the error

php.ini-production

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@
108108
; Development Value: E_ALL
109109
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
110110

111-
; html_errors
112-
; Default Value: On
113-
; Development Value: On
114-
; Production value: On
115-
116111
; log_errors
117112
; Default Value: Off
118113
; Development Value: On
@@ -545,11 +540,8 @@ report_memleaks = On
545540
; error message as HTML for easier reading. This directive controls whether
546541
; the error message is formatted as HTML or not.
547542
; Note: This directive is hardcoded to Off for the CLI SAPI
548-
; Default Value: On
549-
; Development Value: On
550-
; Production value: On
551543
; http://php.net/html-errors
552-
html_errors = On
544+
;html_errors = On
553545

554546
; If html_errors is set to On *and* docref_root is not empty, then PHP
555547
; produces clickable error messages that direct to a page describing the error

0 commit comments

Comments
 (0)