mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
It is hard to impossible to work around iconv() implementations which do not properly set errno according to POSIX. We therefore do no longer allow to build against such iconv() implementations. Co-Authored-By: Nikita Popov <nikita.ppv@googlemail.com>