From: Sebastian Bergmann

>   Where can I get these? Right now the build fails for me (I am using the
>   php_build package from Edin).

Sebastian,

This is from an older email I sent a while back. These files are probably
going to need to be put with the rest of the win build files as well for
easy access.

www.ctindustries.net/patches/winphplibxml.zip
contains the libxml, libxslt as well as iconv files for building. iconv is
the stock version, but is included for versioning. libxml.dll and
libxslt/libexslt dlls are not needed, as we only need the static libs, but
are included.
php_libxml2.def needs to be placed in the ext/libxml directory.
libxml is version 2.5.11, libxslt is version 1.0.33 and iconv is version 1.8

http://www.ctindustries.net/patches/winlibxml.diff.txt
diff is only for the debug build right now.
iconv.dsp was changed to link against php4ts_debug.lib for its iconv
symbols. Seems to work though there's still an open bug (#26194) so the
iconv() function isnt working.
xsl.dsp was changed to link against php4ts_debug.lib for its libxml and
iconv symbols
php4dllts.dsp statically links against libxml and iconv.

Rob

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to