summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-04-24 19:22:11 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-04-24 19:22:11 +0200
commit7502df133c5a00acf43e96f8f7b21a82b6aa7716 (patch)
tree9af08753f28539e85ffeada6b7d2a3725d740245 /php.ini-development
parentfa0968a2117d73a2a390996097a60869978a926a (diff)
parent8b8d5a4bd1251a3298781089dea3233fceda779c (diff)
downloadphp-git-7502df133c5a00acf43e96f8f7b21a82b6aa7716.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Remove html_errors from INI Quick Reference as INI values are identical to Engine values
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development10
1 files changed, 1 insertions, 9 deletions
diff --git a/php.ini-development b/php.ini-development
index 4329bfae1f..3335fda34b 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -108,11 +108,6 @@
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
-; html_errors
-; Default Value: On
-; Development Value: On
-; Production value: On
-
; log_errors
; Default Value: Off
; Development Value: On
@@ -530,11 +525,8 @@ report_memleaks = On
; error message as HTML for easier reading. This directive controls whether
; the error message is formatted as HTML or not.
; Note: This directive is hardcoded to Off for the CLI SAPI
-; Default Value: On
-; Development Value: On
-; Production value: On
; http://php.net/html-errors
-html_errors = On
+;html_errors = On
; If html_errors is set to On *and* docref_root is not empty, then PHP
; produces clickable error messages that direct to a page describing the error