From 8b8d5a4bd1251a3298781089dea3233fceda779c Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Wed, 24 Apr 2019 16:31:01 +0200 Subject: [PATCH] Remove html_errors from INI Quick Reference as INI values are identical to Engine values --- php.ini-development | 10 +--------- php.ini-production | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/php.ini-development b/php.ini-development index 1ba130de349..dd015e48940 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 @@ -538,11 +533,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 diff --git a/php.ini-production b/php.ini-production index c900e054487..34d428fe185 100644 --- a/php.ini-production +++ b/php.ini-production @@ -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 @@ -545,11 +540,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