From bc4cb277d3ddaecee8285b98d248380b454edbfd Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Thu, 28 Mar 2019 22:57:07 -0700 Subject: Add mbstring.regex_stack_limit to php.ini-* --- php.ini-development | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index fcc95fd3c5..320cf170a3 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1712,6 +1712,11 @@ zend.assertions = 1 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml) ;mbstring.http_output_conv_mimetype= +; This directive specifies maximum stack depth for mbstring regular expressions. It is similar +; to the pcre.recursion_limit for PCRE. +; Default: 100000 +;mbstring.regex_stack_limit=100000 + [gd] ; Tell the jpeg decode to ignore warnings and try to create ; a gd image. The warning will then be displayed as notices -- cgit v1.2.1