From 8fc74aeda5240856d3c75741b7be825688295321 Mon Sep 17 00:00:00 2001 From: CasEbb <617080+CasEbb@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:13:19 +0200 Subject: [PATCH] Change `pcre.backtrack_limit` in the ini templates to the default value --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index afabe74ba0e4..8663f1c21de7 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1033,7 +1033,7 @@ cli_server.color = On [Pcre] ; PCRE library backtracking limit. ; https://php.net/pcre.backtrack-limit -;pcre.backtrack_limit=100000 +;pcre.backtrack_limit=1000000 ; PCRE library recursion limit. ; Please note that if you set this value to a high number you may consume all diff --git a/php.ini-production b/php.ini-production index 04a7b699dadd..497a3774b8ed 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1035,7 +1035,7 @@ cli_server.color = On [Pcre] ; PCRE library backtracking limit. ; https://php.net/pcre.backtrack-limit -;pcre.backtrack_limit=100000 +;pcre.backtrack_limit=1000000 ; PCRE library recursion limit. ; Please note that if you set this value to a high number you may consume all