mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
- Don't allow control characters to appear in the middle of a multi-byte character. (This was a strange feature of mbstring; it doesn't make much sense, and iconv doesn't allow it.) - Treat truncated multi-byte characters as an error.