php-src/ext/dom
2024-05-05 10:14:40 +02:00
..
lexbor Update Lexbor (#14032) 2024-04-22 23:19:42 +02:00
tests Add extra test for stale entity references 2024-04-30 22:56:20 +02:00
attr.c Move dom_attr_value() into ext/libxml 2024-05-05 10:14:40 +02:00
cdatasection.c Use BAD_CAST consistently 2024-03-10 11:08:46 +01:00
characterdata.c Fix 32-bit DOM characterdata failures (#13663) 2024-03-11 21:16:13 +01:00
comment.c Use BAD_CAST consistently 2024-03-10 11:08:46 +01:00
config.m4 Implement HTMLCollection::namedItem() 2024-04-14 14:45:45 +02:00
config.w32 Implement HTMLCollection::namedItem() 2024-04-14 14:45:45 +02:00
CREDITS
document.c Try to use an interned local name in createElementNS (#14127) 2024-05-04 13:59:43 +02:00
documentfragment.c Use BAD_CAST consistently 2024-03-10 11:08:46 +01:00
documenttype.c Use common helper macro for getting the node in property handlers 2024-03-10 11:08:46 +01:00
dom_ce.h [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
dom_iterators.c Merge branch 'PHP-8.3' 2024-04-30 22:53:48 +02:00
dom_properties.h Fix Windows failure (#14096) 2024-05-01 00:03:43 +02:00
domexception.c Change stricterror type to bool 2024-03-10 11:08:46 +01:00
domexception.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
domimplementation.c Use BAD_CAST consistently 2024-03-10 11:08:46 +01:00
element.c Use common helper macro for getting the node in property handlers 2024-03-10 11:08:46 +01:00
entity.c Respect constness in casting in dom/entity.c (#14080) 2024-04-30 17:29:53 +02:00
entityreference.c Fix Windows failure (#14096) 2024-05-01 00:03:43 +02:00
html5_parser.c Be specific for the namespace of the id attribute (#14060) 2024-04-28 11:40:54 +02:00
html5_parser.h [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
html5_serializer.c Fix serialization of entity references in attributes (#13884) 2024-04-05 19:58:01 +02:00
html5_serializer.h [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
html_collection.c Support named items in dimension handling for HTMLCollection 2024-04-14 14:46:04 +02:00
html_collection.h Support named items in dimension handling for HTMLCollection 2024-04-14 14:46:04 +02:00
html_document.c Cleanup dom_html_document_encoding_write() (#13788) 2024-03-23 22:17:58 +01:00
internal_helpers.h [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
namednodemap.c Remove duplicated code for entity vs notation handling 2024-04-03 18:15:43 +02:00
namespace_compat.c [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
namespace_compat.h [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
node.c Merge branch 'PHP-8.3' 2024-04-30 22:53:48 +02:00
nodelist.c Merge branch 'PHP-8.3' 2024-04-30 22:53:48 +02:00
nodelist.h Fix narrowing warning 2024-04-30 22:28:24 +02:00
notation.c Use common helper macro for getting the node in property handlers 2024-03-10 11:08:46 +01:00
parentnode.c Fix argument signedness of dom_sanity_check_node_list_types() (#13875) 2024-04-03 18:18:24 +02:00
php_dom.c Move dom_attr_value() into ext/libxml 2024-05-05 10:14:40 +02:00
php_dom.h Move dom_attr_value() into ext/libxml 2024-05-05 10:14:40 +02:00
php_dom.stub.php Make documentURI and URL not readonly (#13982) 2024-04-17 17:35:29 +02:00
php_dom_arginfo.h Make documentURI and URL not readonly (#13982) 2024-04-17 17:35:29 +02:00
processinginstruction.c Use common helper macro for getting the node in property handlers 2024-03-10 11:08:46 +01:00
serialize_common.h [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
text.c Use common helper macro for getting the node in property handlers 2024-03-10 11:08:46 +01:00
xml_common.h Fix GH-13764: xsl cannot build on PHP 8.4 (#13770) 2024-03-20 19:03:09 +01:00
xml_document.c Use true instead of 1 with php_dom_throw_error 2024-03-10 11:08:46 +01:00
xml_serializer.c Fix serialization of entity references in attributes (#13884) 2024-04-05 19:58:01 +02:00
xml_serializer.h [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
xpath.c Make (DOM)XPath::quote only accept strings without NULL bytes (#13960) 2024-04-14 21:16:07 +02:00
xpath_callbacks.c Implement request #71571: XSLT processor should provide option to change maxDepth (#13731) 2024-03-31 21:21:23 +02:00
xpath_callbacks.h [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00