mirror of
https://github.com/php/php-src.git
synced 2026-04-09 17:13:31 +02:00
- Added error handling for the libxml library. - Added preliminary DOM XSLT support: -- uses the libxslt library, -- operates on DOM objects, not strings, -- functions: domxml_xslt_process(), domxml_xslt_version().