Skip to content

Commit 740cd6e

Browse files
Update configuration file based on PHP 7.3.5.
1 parent 54742b9 commit 740cd6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/deb/php/php.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,11 @@ zend.assertions = -1
17191719
; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
17201720
;mbstring.http_output_conv_mimetype=
17211721

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+
17221727
[gd]
17231728
; Tell the jpeg decode to ignore warnings and try to create
17241729
; a gd image. The warning will then be displayed as notices

0 commit comments

Comments
 (0)