[GIT-PULLS] [php-src] PR #23344: ext/standard: enforce max_filter_count
[email protected] (Sjord)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <Sef7ptz2rucjSzllgTvJaTIHOnMFNfdbNytIEidGh3Q@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/23344 Author: Sjord Using more than 16 filters in a php://filter URL was deprecated in 8.6, and will fail in PHP 8.7. So this targets 8.7 to enforce this limit.