mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
a56cdd0a82
If the `ICONV_MIME_DECODE_CONTINUE_ON_ERROR` flag is set, parsing should not fail, if there are illegal characters in the headers; instead we silently ignore these like before.