From: Edin Kadribasic

> Do you think you can maintain PHP's binary of libxml that suits our needs
> including the .def file.

Yes, this shouldnt too difficult once I can get the environment setup for
the libxml/libxslt release builds.

> Does any xml we use require libxml2 to be compiled with iconv?

I don't believe so, though I would have to check the extensions. However,
removing iconv support will drastically limit the document encodings able to
be used with libxml. This may cause issues for internationalization support.
Libxml without iconv only supports UTF-8, UTF-16 (LE and BE), ISO-8859-1,
ASCII, US-ASCII and HTML.

> I'll be upgrading xslt shortly.

Thanks,

Rob

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

Reply via email to