php-src/ext/dom
Niels Dossche 0ea268b51a Remove obsolete libxml2 code
LIBXML2_NEW_BUFFER is always defined since libxml2 2.9.0.
That's the minimum version PHP requires, so it will always be defined.
2023-09-09 21:58:13 +02:00
..
tests Add DOMNode::compareDocumentPosition() (#12146) 2023-09-09 01:14:26 +02: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 Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
comment.c Fix manually calling __construct() on DOM classes 2023-08-07 19:37:47 +02:00
config.m4 [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
config.w32 [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
CREDITS
document.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
documentfragment.c Merge branch 'PHP-8.2' 2023-08-07 19:52:04 +02:00
documenttype.c Remove obsolete libxml2 code 2023-09-09 21:58:13 +02:00
dom_ce.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
dom_iterators.c Remove always-true condition from php_dom_iterator_move_forward() 2023-07-11 11:47:54 +02:00
dom_properties.h Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02: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 Replace always-false attribute type check with assertion 2023-09-08 22:51:22 +02: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
namednodemap.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
node.c Remove obsolete libxml2 code 2023-09-09 21:58:13 +02: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 Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
php_dom.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00
php_dom.h Remove DOM_NO_ARGS() and DOM_NOT_IMPLEMENTED() (#12147) 2023-09-08 17:02:52 +02:00
php_dom.stub.php Add DOMNode::compareDocumentPosition() (#12146) 2023-09-09 01:14:26 +02:00
php_dom_arginfo.h Add DOMNode::compareDocumentPosition() (#12146) 2023-09-09 01:14:26 +02: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
xpath.c Use zend_result as return for properties in ext/dom (#12113) 2023-09-03 00:42:49 +02:00