master
Fix GH-17397: Assertion failure ext/dom/php_dom.c
Add a test for setting the innerHTML on a prefixed XML element (#15204)
Implement Dom $innerHTML property
Add Dom\Element::$outerHTML getter
Add Dom\Element::insertAdjacentHTML() (#16614)
Add Dom\Element::$outerHTML setter
Fix arginfo violation in removeChild() (#14717)
Update ext/dom names after policy change (#14171)
Add support for ParentNode::$children (#18908)
Fix tests for libxml2 2.13.2
Handle dumping document to file
Add LIBXML_NO_XXE constant (#14844)
Throw an exception when using the namespace axis in XPath in modern DOM (#14871)
Fix getNamedItemNS() incorrect namespace check
[RFC] DOM HTML5 parsing and serialization support (#12111)
Fix GH-17572: getElementsByTagName returns collections with tagName-based indexing, causing loss of elements when converted to arrays
Fix GH-18979: DOM\XMLDocument::createComment() triggers undefined behavior with null byte
Fix using Dom\Node with Dom\XPath callbacks
Add support for LIBXML_NOXMLDECL for modern documents (#14209)
Fix XML serializer errata: xmlns="" serialization should be allowed
[RFC] Add a way to opt-in ext/dom spec compliance (#13031)