We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54742b9 commit 740cd6eCopy full SHA for 740cd6e
src/deb/php/php.ini
@@ -1719,6 +1719,11 @@ zend.assertions = -1
1719
; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
1720
;mbstring.http_output_conv_mimetype=
1721
1722
+; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
1723
+; to the pcre.recursion_limit for PCRE.
1724
+; Default: 100000
1725
+;mbstring.regex_stack_limit=100000
1726
+
1727
[gd]
1728
; Tell the jpeg decode to ignore warnings and try to create
1729
; a gd image. The warning will then be displayed as notices
0 commit comments