Revert "Remove no longer used "log_errors_max_len" ini directive (#6838)"

This reverts commit cc2c810dcf.
This commit is contained in:
Ben Ramsey 2021-05-08 12:53:50 -05:00
parent 5fb03758e5
commit b5d5d06ff3
No known key found for this signature in database
GPG key ID: F9C39DC0B9698544
12 changed files with 29 additions and 1 deletions

View file

@ -521,6 +521,11 @@ display_startup_errors = Off
; https://php.net/log-errors
log_errors = On
; Set maximum length of log_errors. In error_log information about the source is
; added. The default is 1024 and 0 allows to not apply any maximum length at all.
; https://php.net/log-errors-max-len
log_errors_max_len = 1024
; Do not log repeated messages. Repeated errors must occur in same file on same
; line unless ignore_repeated_source is set true.
; https://php.net/ignore-repeated-errors