php-src/ext/dom
2023-11-14 19:23:10 +01:00
..
lexbor [RFC] DOM HTML5 parsing and serialization support (Lexbor library part) (#12493) 2023-10-22 17:26:21 +02:00
tests [skip ci] Add xleak to xml test due to libxml2 bug 2023-11-14 18:42:00 +01:00
attr.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
cdatasection.c Fix manually calling __construct() on DOM classes 2023-08-07 19:37:47 +02:00
characterdata.c Deduplicate ParentNode and ChildNode interface implementations using @implementation-alias 2023-09-10 22:35:58 +02:00
comment.c Fix manually calling __construct() on DOM classes 2023-08-07 19:37:47 +02:00
config.m4 Fix building ext/dom in directory other than src (#12671) 2023-11-14 19:23:10 +01:00
config.w32 [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
CREDITS
document.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
documentfragment.c Deduplicate ParentNode and ChildNode interface implementations using @implementation-alias 2023-09-10 22:35:58 +02:00
documenttype.c Remove obsolete libxml2 code 2023-09-09 21:58:13 +02:00
dom_ce.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
dom_iterators.c Fix compile error with -Werror=incompatible-function-pointer-types and old libxml2 2023-09-30 00:12:20 +02:00
dom_properties.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
domexception.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
domexception.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
domimplementation.c Remove DOM_NO_ARGS() and DOM_NOT_IMPLEMENTED() (#12147) 2023-09-08 17:02:52 +02:00
element.c Fix cloning attribute with namespace disappearing namespace 2023-10-29 17:22:41 +01:00
entity.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
entityreference.c Fix manually calling __construct() on DOM classes 2023-08-07 19:37:47 +02:00
html5_parser.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
html5_parser.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
html5_serializer.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
html5_serializer.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
html_document.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
namednodemap.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
namespace_compat.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
namespace_compat.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
node.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
nodelist.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
notation.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
parentnode.c Merge branch 'PHP-8.3' 2023-10-01 17:07:11 +02:00
php_dom.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
php_dom.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
php_dom.stub.php [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
php_dom_arginfo.h [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
processinginstruction.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
text.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
xml_common.h Cleanup macro usage in ext/dom and ext/libxml 2023-07-03 21:32:48 +02:00
xml_document.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00
xpath.c [RFC] DOM HTML5 parsing and serialization support (#12111) 2023-11-13 20:18:19 +01:00