Will there be an "official" supported version of libxml now that there are
many xml extensions using it?

One issue that came up with the old domxml extension was that occasionally
new versions of libxml would "fix" things which ended up changing behavior
of the extension. With more extensions it could be more difficult to
determine exactly what is a bug and what is due to code changes in libxml,
as well as that some extensions may be affected by the changes and some may
not.

Under win32 for instance, in order to use a stock libxml2.dll, it must be
version 2.5.x (not sure the exact start version) otherwise the symbols
simplexml need are unavailable and would need libxml compiled in statically.

Having at least one version defined as compatible would make it much easier
for testing and debugging across all the extensions while other libxml
versions could be run at your own risk.

Rob



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

Reply via email to