summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-10-06 10:07:57 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-10-06 10:07:57 +0200
commit21e631e4738055c0bbf1f8e768a2968f07290bc8 (patch)
treeadab157e9f039a0154fa69e5007b5dd6d37adcba /php.ini-development
parente40da2661aca200ad078915ed1d2b916f0233e40 (diff)
parent6623e7ac51f0bafe85e013f9aed5340199e80c10 (diff)
downloadphp-git-21e631e4738055c0bbf1f8e768a2968f07290bc8.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index b81f1a04ca..d4dfddd633 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1662,6 +1662,11 @@ zend.assertions = 1
; Default: 100000
;mbstring.regex_stack_limit=100000
+; This directive specifies maximum retry count for mbstring regular expressions. It is similar
+; to the pcre.backtrack_limit for PCRE.
+; Default: 1000000
+;mbstring.regex_retry_limit=1000000
+
[gd]
; Tell the jpeg decode to ignore warnings and try to create
; a gd image. The warning will then be displayed as notices