mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Remove html_errors from INI Quick Reference as INI values are identical to Engine values
This commit is contained in:
commit
7502df133c
2 changed files with 2 additions and 18 deletions
|
@ -108,11 +108,6 @@
|
||||||
; Development Value: E_ALL
|
; Development Value: E_ALL
|
||||||
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
|
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||||||
|
|
||||||
; html_errors
|
|
||||||
; Default Value: On
|
|
||||||
; Development Value: On
|
|
||||||
; Production value: On
|
|
||||||
|
|
||||||
; log_errors
|
; log_errors
|
||||||
; Default Value: Off
|
; Default Value: Off
|
||||||
; Development Value: On
|
; Development Value: On
|
||||||
|
@ -530,11 +525,8 @@ report_memleaks = On
|
||||||
; error message as HTML for easier reading. This directive controls whether
|
; error message as HTML for easier reading. This directive controls whether
|
||||||
; the error message is formatted as HTML or not.
|
; the error message is formatted as HTML or not.
|
||||||
; Note: This directive is hardcoded to Off for the CLI SAPI
|
; 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
|
; 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
|
; 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
|
; produces clickable error messages that direct to a page describing the error
|
||||||
|
|
|
@ -108,11 +108,6 @@
|
||||||
; Development Value: E_ALL
|
; Development Value: E_ALL
|
||||||
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
|
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||||||
|
|
||||||
; html_errors
|
|
||||||
; Default Value: On
|
|
||||||
; Development Value: On
|
|
||||||
; Production value: On
|
|
||||||
|
|
||||||
; log_errors
|
; log_errors
|
||||||
; Default Value: Off
|
; Default Value: Off
|
||||||
; Development Value: On
|
; Development Value: On
|
||||||
|
@ -530,11 +525,8 @@ report_memleaks = On
|
||||||
; error message as HTML for easier reading. This directive controls whether
|
; error message as HTML for easier reading. This directive controls whether
|
||||||
; the error message is formatted as HTML or not.
|
; the error message is formatted as HTML or not.
|
||||||
; Note: This directive is hardcoded to Off for the CLI SAPI
|
; 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
|
; 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
|
; 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
|
; produces clickable error messages that direct to a page describing the error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue