增加php backtrack_limit,解决聊天粘贴大图发送失败的问题

This commit is contained in:
kuaifan 2022-04-28 14:52:10 +08:00
parent 46787b187f
commit 99b789bc11

View File

@ -1041,7 +1041,7 @@ cli_server.color = On
[Pcre] [Pcre]
; PCRE library backtracking limit. ; PCRE library backtracking limit.
; http://php.net/pcre.backtrack-limit ; http://php.net/pcre.backtrack-limit
;pcre.backtrack_limit=100000 pcre.backtrack_limit=10000000
; PCRE library recursion limit. ; PCRE library recursion limit.
; Please note that if you set this value to a high number you may consume all ; Please note that if you set this value to a high number you may consume all