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.
pcre.backtrack_limit
1 parent 0a12b3e commit ef02969Copy full SHA for ef02969
2 files changed
php.ini-development
@@ -1033,7 +1033,7 @@ cli_server.color = On
1033
[Pcre]
1034
; PCRE library backtracking limit.
1035
; https://php.net/pcre.backtrack-limit
1036
-;pcre.backtrack_limit=100000
+;pcre.backtrack_limit=1000000
1037
1038
; PCRE library recursion limit.
1039
; Please note that if you set this value to a high number you may consume all
php.ini-production
@@ -1035,7 +1035,7 @@ cli_server.color = On
1040
1041
0 commit comments