php-src/ext/dom
Niels Dossche 7e6e71255e
Small optimization in dom_local_name_compare_ex() (#15950)
We can use `memcmp()` directly and skip some of the logic handling
in `zend_binary_strcmp()`. `perf record` shows a reduction for
`dom_html5_serializes_as_void()` from 3.12% to 0.77%.
2024-09-20 08:11:13 +02:00
..
lexbor Update Lexbor (#15573) 2024-08-25 14:19:11 +02:00
parentnode Trim trailing whitespace (#15649) 2024-08-30 01:20:56 +02:00
tests Fix unsetting DOM properties 2024-09-17 19:24:49 +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 Minor cleanup in dom_character_data_append_data (#15173) 2024-07-30 23:05:12 +02:00
comment.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
config.m4 Autotools: Normalize PHP_ADD_BUILD_DIR 1st argument (#15612) 2024-08-29 00:44:29 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS Add myself to ext-dom credits (#14718) 2024-06-29 15:18:34 +01:00
document.c Suppress deprecation notices when ext/dom properties are accessed by the get_debug_info handler (#15530) 2024-08-23 10:39:11 +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 Merge branch 'PHP-8.3' 2024-08-31 11:56:34 +02:00
dom_properties.h Deprecate Soft-deprecated DOMDocument and DOMEntity properties (#15369) 2024-08-13 12:39:20 +01: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 Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
element.c Fix GH-15910: Assertion failure in ext/dom/element.c 2024-09-16 20:06:07 +02:00
entity.c Suppress deprecation notices when ext/dom properties are accessed by the get_debug_info handler (#15530) 2024-08-23 10:39:11 +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 Fix GH-15570: Segmentation fault (access null pointer) in ext/dom/html5_serializer.c 2024-08-25 15:09:30 +02:00
html5_serializer.h Support templated content 2024-07-15 11:10:51 +02:00
html_collection.c Merge branch 'PHP-8.3' 2024-08-31 11:56:34 +02:00
html_collection.h Support named items in dimension handling for HTMLCollection 2024-04-14 14:46:04 +02:00
html_document.c Fix GH-13988: Storing DOMElement consume 4 times more memory in PHP 8.1 than in PHP 8.0 2024-08-27 20:14:25 +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 [ci skip] Remove confusing comments 2024-08-27 22:24:39 +02:00
nodelist.c Merge branch 'PHP-8.3' 2024-08-31 11:56:34 +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_arginfo.h Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02:00
php_dom.c Use cache slot for dom_property_exists() (#15941) 2024-09-18 17:23:24 +02:00
php_dom.h Merge branch 'PHP-8.3' 2024-08-31 11:56:34 +02:00
php_dom.stub.php Fix GH-13988: Storing DOMElement consume 4 times more memory in PHP 8.1 than in PHP 8.0 2024-08-27 20:14:25 +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 Small optimization in dom_local_name_compare_ex() (#15950) 2024-09-20 08:11:13 +02:00
text.c Fix GH-15137: Unexpected null pointer in Zend/zend_smart_str.h (#15138) 2024-07-28 13:53:30 +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 Fix XML serializer errata: xmlns="" serialization should be allowed 2024-09-15 21:30:53 +02:00
xml_serializer.h Support templated content 2024-07-15 11:10:51 +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
xpath.c Fix trampoline leak in xpath callables 2024-07-18 16:54:46 +02:00