php-src/ext/dom
Niels Dossche c952f5625a
Update Lexbor
Upstream commit 48afb625af9178d1929ec81349f173116b136310.
2024-07-21 18:08:59 +02:00
..
lexbor Update Lexbor 2024-07-21 18:08:59 +02:00
parentnode Throw instead of silently failing when creating a too long text node 2024-07-21 17:08:06 +02:00
tests Throw instead of silently failing when creating a too long text node 2024-07-21 17:08:06 +02:00
attr.c Deduplicate NULL checks in ext/dom (#15015) 2024-07-18 21:20:03 +02:00
cdatasection.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
characterdata.c Resolve TODOs in ext/dom around nullable content (#14999) 2024-07-18 00:05:40 +02:00
comment.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
config.m4 Autotools: Expand m4_normalize sooner (#15018) 2024-07-19 15:20:04 +02:00
config.w32 Fix xmlreader extension phpize build 2024-07-16 22:35:59 +02:00
CREDITS Add myself to ext-dom credits (#14718) 2024-06-29 15:18:34 +01:00
document.c Deduplicate NULL checks in ext/dom (#15015) 2024-07-18 21:20:03 +02:00
documentfragment.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
documenttype.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
dom_ce.h Implement PHP-specific extensions to Dom (#14754) 2024-07-04 13:50:19 +02:00
dom_iterators.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
dom_properties.h Add parenthesis to macro arguments in dom_properties.h 2024-07-08 06:09:04 -07:00
domexception.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
domexception.h Implement CSS selectors 2024-06-29 13:00:26 -07:00
domimplementation.c Support templated content 2024-07-15 11:10:51 +02:00
element.c Use fast ZPP for ParentNode manipulation methods (#14981) 2024-07-16 20:36:24 +02:00
entity.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
entityreference.c Deduplicate NULL checks in ext/dom (#15015) 2024-07-18 21:20:03 +02:00
html5_parser.c Support templated content 2024-07-15 11:10:51 +02:00
html5_parser.h Support templated content 2024-07-15 11:10:51 +02:00
html5_serializer.c Support templated content 2024-07-15 11:10:51 +02:00
html5_serializer.h Support templated content 2024-07-15 11:10:51 +02:00
html_collection.c Reapply "Stop using reserved names in dom" 2024-07-08 17:27:39 +02:00
html_collection.h Support named items in dimension handling for HTMLCollection 2024-04-14 14:46:04 +02:00
html_document.c Deduplicate NULL checks in ext/dom (#15015) 2024-07-18 21:20:03 +02:00
infra.c Follow-up on GH-13516: include config.h from build dir for new files in ext-dom (#14705) 2024-06-28 18:29:22 +02:00
infra.h Implement Dom\Document::$title getter 2024-06-26 12:17:12 -07:00
inner_html_mixin.c [ci skip] Remove outdated comment 2024-07-17 22:27:09 +02:00
internal_helpers.h Support templated content 2024-07-15 11:10:51 +02:00
namednodemap.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
namespace_compat.c Support templated content 2024-07-15 11:10:51 +02:00
namespace_compat.h Support templated content 2024-07-15 11:10:51 +02:00
node.c Convert more common methods in dom/node.c to fast ZPP (#15043) 2024-07-20 20:20:32 +02:00
nodelist.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
nodelist.h Get rid of reserved name usage 2024-05-13 19:46:51 +02:00
notation.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
php_dom.c Use OBJ_RELEASE instead of ZVAL_OBJ + zval_ptr_dtor in php_dom.c (#15052) 2024-07-21 16:57:05 +02:00
php_dom.h Deduplicate NULL checks in ext/dom (#15015) 2024-07-18 21:20:03 +02:00
php_dom.stub.php Support templated content 2024-07-15 11:10:51 +02:00
php_dom_arginfo.h Support templated content 2024-07-15 11:10:51 +02:00
private_data.c Support templated content 2024-07-15 11:10:51 +02:00
private_data.h Support templated content 2024-07-15 11:10:51 +02:00
processinginstruction.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02: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 Optimize ext/dom $wholeText (#15001) 2024-07-18 12:57:23 +02:00
token_list.c Implement Dom\TokenList (#13664) 2024-07-02 21:34:23 +02:00
token_list.h Implement Dom\TokenList (#13664) 2024-07-02 21:34:23 +02:00
xml_common.h Split off private data from the ns mapper 2024-07-15 11:02:52 +02:00
xml_document.c Support templated content 2024-07-15 11:10:51 +02:00
xml_serializer.c Support templated content 2024-07-15 11:10:51 +02:00
xml_serializer.h Support templated content 2024-07-15 11:10:51 +02:00
xpath.c Fix trampoline leak in xpath callables 2024-07-18 16:54:46 +02:00
xpath_callbacks.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
xpath_callbacks.h Fix includes for separate builds for ext/dom (#14752) 2024-07-01 20:22:58 +02:00