mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
929d847152
`php_mb_check_encoding()` now uses conversion to `mbfl_encoding_wchar`. Since `mbfl_encoding_7bit` has no `input_filter`, no filter can be found. Since we don't actually need to convert to wchar, we encode to 8bit. Closes GH-7712.