1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
Christoph M. Becker 929d847152 Fix #81693: mb_check_encoding(7bit) segfaults
`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.
2021-12-03 22:49:47 +01:00
..
2021-08-31 17:25:38 +02:00
2021-11-14 23:29:59 -08:00
2021-09-15 15:01:08 +03:00
2021-11-25 13:20:27 +01:00
2021-11-25 18:31:14 +01:00
2021-10-18 12:41:27 +02:00
2021-10-25 14:31:41 +11:00
2021-07-08 16:46:08 +02:00
2021-11-11 21:01:40 +03:00
2021-11-29 19:17:16 +01:00
2021-10-21 12:13:36 +02:00
2021-07-28 11:02:26 +02:00
2021-10-13 14:19:54 +02:00
2021-09-08 12:32:58 +01:00
2021-11-15 09:26:25 +01:00
2021-08-18 16:39:36 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-07-30 17:26:39 +02:00
2021-08-12 02:28:26 +03:00
2021-09-16 12:42:07 +02:00
2021-06-29 17:13:02 +02:00
2021-10-13 11:53:25 +02:00