mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
8be3426a7f
This adds the libxml extension to required dependencies for xmlwriter during the configuration phase (PHP_ADD_EXTENSION_DEP) and the runtime (ZEND_MOD_REQUIRED). The libxml is technically not a required extension in this case but it necessary to make it work properly (i.e. have proper error reporting, etc.). Added due to prior libxml requirement in documentation and build system.