mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Include the 'html_errors' directive.
Submitted by: "Daniel Beckham" <danbeck-cvs@dealnews.com>
This commit is contained in:
parent
2ee17dcc3b
commit
355153b4b2
1 changed files with 3 additions and 0 deletions
|
@ -219,6 +219,9 @@ log_errors = Off
|
|||
; Store the last error/warning message in $php_errormsg (boolean).
|
||||
track_errors = Off
|
||||
|
||||
; Disable the inclusion of HTML tags in error messages.
|
||||
;html_errors = Off
|
||||
|
||||
; String to output before an error message.
|
||||
;error_prepend_string = "<font color=ff0000>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue