Hmm, I don't much appreciate the idea to use the libxml binaries
prepared on another site because libiconv uses errno to indicate the
current converter status and libiconv has problem with the "errno"
implementations of Microsoft libc's. errno is DLL / thread specific in
those and we should always make sure that libiconv is linked to the same
import library as libxml and php. I think we still need to build and
redistribute them by ourselves, though it could end up with
i-overwrote-libxml-and-then-it-stops-working messes.
Moriyoshi
Olivier Hill <ohill@php.net> wrote: