mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Implement request #53684 (Deprecated HTML in sample php.ini).
This commit is contained in:
parent
29a82ceb56
commit
39210df0ed
@ -621,13 +621,13 @@ html_errors = On
|
||||
; this setting blank.
|
||||
; http://php.net/error-prepend-string
|
||||
; Example:
|
||||
;error_prepend_string = "<font color=#ff0000>"
|
||||
;error_prepend_string = "<span style='color: #ff0000'>"
|
||||
|
||||
; String to output after an error message. PHP's default behavior is to leave
|
||||
; this setting blank.
|
||||
; http://php.net/error-append-string
|
||||
; Example:
|
||||
;error_append_string = "</font>"
|
||||
;error_append_string = "</span>"
|
||||
|
||||
; Log errors to specified file. PHP's default behavior is to leave this value
|
||||
; empty.
|
||||
|
@ -621,13 +621,13 @@ html_errors = Off
|
||||
; this setting blank.
|
||||
; http://php.net/error-prepend-string
|
||||
; Example:
|
||||
;error_prepend_string = "<font color=#ff0000>"
|
||||
;error_prepend_string = "<span style='color: #ff0000'>"
|
||||
|
||||
; String to output after an error message. PHP's default behavior is to leave
|
||||
; this setting blank.
|
||||
; http://php.net/error-append-string
|
||||
; Example:
|
||||
;error_append_string = "</font>"
|
||||
;error_append_string = "</span>"
|
||||
|
||||
; Log errors to specified file. PHP's default behavior is to leave this value
|
||||
; empty.
|
||||
|
Loading…
Reference in New Issue
Block a user