Skip to content

Commit

Permalink
Implement request #53684 (Deprecated HTML in sample php.ini).
Browse files Browse the repository at this point in the history
  • Loading branch information
LawnGnome committed Jan 7, 2011
1 parent d3e6f27 commit abf0ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions php.ini-development
Original file line number Diff line number Diff line change
Expand Up @@ -566,13 +566,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.
Expand Down
4 changes: 2 additions & 2 deletions php.ini-production
Original file line number Diff line number Diff line change
Expand Up @@ -566,13 +566,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.
Expand Down

0 comments on commit abf0ea0

Please sign in to comment.