Home
last modified time | relevance | path

Searched refs:LIBXML (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/libxml/
H A Dlibxml.c683 if (LIBXML(error_list)) { in php_libxml_issue_error()
709 if (LIBXML(error_list)) { in php_libxml_internal_error_handler()
1027 if (LIBXML(error_list)) { in php_libxml_post_deactivate()
1029 efree(LIBXML(error_list)); in php_libxml_post_deactivate()
1030 LIBXML(error_list) = NULL; in php_libxml_post_deactivate()
1090 if (LIBXML(error_list)) { in PHP_FUNCTION()
1092 efree(LIBXML(error_list)); in PHP_FUNCTION()
1093 LIBXML(error_list) = NULL; in PHP_FUNCTION()
1097 if (LIBXML(error_list) == NULL) { in PHP_FUNCTION()
1143 if (LIBXML(error_list)) { in PHP_FUNCTION()
[all …]
H A Dconfig0.m42 [whether to build with LIBXML support],
4 [Build without LIBXML support])],
H A DCREDITS1 LIBXML
H A Dphp_libxml.h146 #define LIBXML(v) ZEND_MODULE_GLOBALS_ACCESSOR(libxml, v) macro
/PHP-8.3/ext/xmlwriter/
H A Dconfig.m410 AC_MSG_ERROR([XMLWriter extension requires LIBXML extension, add --with-libxml])
/PHP-8.3/ext/xmlreader/
H A Dconfig.m410 AC_MSG_ERROR([XMLReader extension requires LIBXML extension, add --with-libxml])
/PHP-8.3/ext/soap/
H A Dconfig.m49 AC_MSG_ERROR([SOAP extension requires LIBXML extension, add --with-libxml])
/PHP-8.3/ext/simplexml/
H A Dconfig.m410 AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --with-libxml])
/PHP-8.3/ext/xsl/
H A Dconfig.m49 AC_MSG_ERROR([XSL extension requires LIBXML extension, add --with-libxml])
/PHP-8.3/ext/xml/
H A Dconfig.m422 AC_MSG_ERROR([XML extension requires LIBXML extension, add --with-libxml])
/PHP-8.3/ext/dom/
H A Dconfig.m410 AC_MSG_ERROR([DOM extension requires LIBXML extension, add --with-libxml])
/PHP-8.3/build/
H A Dphp.m42025 PKG_CHECK_MODULES([LIBXML], [libxml-2.0 >= 2.9.0])

Completed in 42 milliseconds