[GIT-PULLS] [php-src] PR #22868: Change `pcre.backtrack_limit` in the ini templates to the default value

[email protected] (CasEbb) Thu, 23 Jul 2026 11:15:37 +0000
Newsgroups php.git-pulls
Message-ID <QLma9lsBcxnncOolyGtajUU7yHLs0vNAV6dVcItsZyY@main.internal.php.net>
Pull Request: https://github.com/php/php-src/pull/22868
Author: CasEbb

The `pcre.backtrack_limit` in the ini templates still have the old default value which has changed in PHP 5.3.7. This PR updates them to the current default to prevent confusion.