mirror of
https://github.com/php/php-src.git
synced 2026-04-14 11:32:11 +02:00
A new function `pcre_get_compiled_regex_cache_ex()` is introduced, which allows to compile regexp pattern using the "C" locale instead of a current locale. This will be needed to replace setlocale() usage in fileinfo, which is not thread-safe.