Home
last modified time | relevance | path

Searched refs:libxml (Results 1 – 25 of 66) sorted by path

123

/php-src/
H A D.cirrus.yml17 …-with-zip --with-zlib --enable-soap --enable-xmlreader --with-xsl --with-libxml --enable-shmop --e…
H A DEXTENSIONS194 EXTENSION: libxml
H A DUPGRADING.INTERNALS196 d. ext/libxml
198 from libxml.
199 - Added php_libxml_error_handler_va() to pass libxml errors, and
/php-src/.github/
H A DCODEOWNERS23 /ext/libxml @nielsdos
H A Dlabeler.yml138 "Extension: libxml":
141 - ext/libxml/**/*
/php-src/.github/actions/configure-macos/
H A Daction.yml43 --with-libxml \
/php-src/.github/workflows/
H A Dnightly.yml653 --without-libxml \
/php-src/build/
H A Dphp.m41925 dnl Common setup macro for libxml.
1928 PKG_CHECK_MODULES([LIBXML], [libxml-2.0 >= 2.9.0])
/php-src/ext/dom/
H A Dconfig.m410 AC_MSG_ERROR([DOM extension requires LIBXML extension, add --with-libxml])
53 PHP_ADD_EXTENSION_DEP(dom, libxml)
H A Dconfig.w327 ADD_EXTENSION_DEP('dom', 'libxml') &&
8 CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_DOM", PHP_PHP_BUILD + "\\include\\libxml2")
41 WARNING("dom support can't be enabled, libxml is not found")
46 WARNING("dom support can't be enabled, libxml is not enabled")
/php-src/ext/dom/tests/
H A Dbug38474.phpt8 print "skip libxml version " . LIBXML_DOTTED_VERSION;
H A Ddomdocumentload_utilities.inc7 $libxml_constants = array_intersect_key($defined_constants['libxml'], array_flip($env_array));
H A Dlibxml_global_state_entity_loader_bypass.phpt2 GHSA-3qrf-m4j2-pcrr (libxml global state entity loader bypass)
5 libxml
/php-src/ext/dom/tests/modern/spec/
H A Dreconciliation_of_elements.phpt30 // Trigger reconciliation via detach logic in ext/libxml
/php-src/ext/libxml/
H A Dconfig.w323 ARG_WITH("libxml", "LibXML support", "yes");
6 if (CHECK_LIB("libxml2_a_dll.lib;libxml2_a.lib", "libxml") &&
7 CHECK_LIB("libiconv_a.lib;iconv_a.lib;libiconv.lib;iconv.lib", "libxml") &&
8 …CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_LIBXML", PHP_PHP_BUILD + "\\include\\libxml2")…
9 …CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_LIBXML", PHP_PHP_BUILD + "\\include\\libxml2") &&
10 ADD_EXTENSION_DEP('libxml', 'iconv')) {
12 …EXTENSION("libxml", "libxml.c mime_sniff.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRML…
16 ADD_DEF_FILE("ext\\libxml\\php_libxml2.def");
18 PHP_INSTALL_HEADERS("ext/libxml", "php_libxml.h");
20 WARNING("libxml support can't be enabled, iconv or libxml are missing")
H A Dconfig0.m41 PHP_ARG_WITH([libxml],
3 [AS_HELP_STRING([--without-libxml],
14 …PHP_NEW_EXTENSION(libxml, [libxml.c mime_sniff.c], $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE…
15 PHP_INSTALL_HEADERS([ext/libxml], [php_libxml.h])
H A Dlibxml.c63 static PHP_GINIT_FUNCTION(libxml);
72 ZEND_GET_MODULE(libxml)
77 static PHP_MINIT_FUNCTION(libxml);
78 static PHP_RINIT_FUNCTION(libxml);
79 static PHP_RSHUTDOWN_FUNCTION(libxml);
80 static PHP_MSHUTDOWN_FUNCTION(libxml);
81 static PHP_MINFO_FUNCTION(libxml);
372 static PHP_GINIT_FUNCTION(libxml) in PHP_GINIT_FUNCTION() argument
928 static PHP_MINIT_FUNCTION(libxml) in PHP_MINIT_FUNCTION() argument
963 static PHP_RINIT_FUNCTION(libxml) in PHP_RINIT_FUNCTION() argument
[all …]
H A Dphp_libxml.h42 ZEND_BEGIN_MODULE_GLOBALS(libxml)
48 ZEND_END_MODULE_GLOBALS(libxml)
182 #define LIBXML(v) ZEND_MODULE_GLOBALS_ACCESSOR(libxml, v)
/php-src/ext/libxml/tests/
H A D001.phpt4 libxml
H A Dbug54138_2.phpt7 if (LIBXML_VERSION < 20900) die('skip this test is for libxml >= 2.9.0 only');
H A Dbug54440.phpt2 Bug #54440: libxml extension ignores default context
H A Dbug61367-read.phpt2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test
H A Dbug61367-read_2.phpt2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test
H A Dbug61367-write.phpt2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test
H A Dbug63389.phpt4 libxml

Completed in 53 milliseconds

123