History log of /PHP-8.2/ext/dom/html_document.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 2f1fe320 07-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Use a direct statically-known call for decoding in the fast path


# 89ea24f6 13-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Give anonymous dom structs a name (#13135)


# a9064816 08-Dec-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Optimizations for HTML 5 loading (#12896)

* Fix inverted NULL and add dictionary

* Avoid useless error processing if no reporting is set

* Avoid double work while processin

Optimizations for HTML 5 loading (#12896)

* Fix inverted NULL and add dictionary

* Avoid useless error processing if no reporting is set

* Avoid double work while processing attributes and use fast text instantiation

show more ...


# 1492be52 13-Nov-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[RFC] DOM HTML5 parsing and serialization support (#12111)