php-src/ext/xmlwriter
Peter Kokot 8be3426a7f
Add missing ext/libxml dependency to ext/xmlwriter (#14327)
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.
2024-05-26 19:27:55 +02:00
..
tests Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
config.m4 Add missing ext/libxml dependency to ext/xmlwriter (#14327) 2024-05-26 19:27:55 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS
php_xmlwriter.c Add missing ext/libxml dependency to ext/xmlwriter (#14327) 2024-05-26 19:27:55 +02:00
php_xmlwriter.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_xmlwriter.stub.php Declare tentative return types for ext/xmlwriter 2021-05-25 19:15:18 +02:00
php_xmlwriter_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00