Skip to content

Commit ef02969

Browse files
authored
Change pcre.backtrack_limit in the ini templates to the default value (#22868)
1 parent 0a12b3e commit ef02969

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ cli_server.color = On
10331033
[Pcre]
10341034
; PCRE library backtracking limit.
10351035
; https://php.net/pcre.backtrack-limit
1036-
;pcre.backtrack_limit=100000
1036+
;pcre.backtrack_limit=1000000
10371037

10381038
; PCRE library recursion limit.
10391039
; Please note that if you set this value to a high number you may consume all

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ cli_server.color = On
10351035
[Pcre]
10361036
; PCRE library backtracking limit.
10371037
; https://php.net/pcre.backtrack-limit
1038-
;pcre.backtrack_limit=100000
1038+
;pcre.backtrack_limit=1000000
10391039

10401040
; PCRE library recursion limit.
10411041
; Please note that if you set this value to a high number you may consume all

0 commit comments

Comments
 (0)