History log of /php-src/ext/dom/inner_outer_html_mixin.c (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 1a5ef4bb 30-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.4'

* PHP-8.4:
Add missing cache invalidation for innerHTML (#16652)


# 7ff940f2 11-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-16356: Segmentation fault with $outerHTML and next node (#16364)

`$outerHTML` should only serialize the current node, not its siblings.

# 7d678875 05-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Rename inner_html_mixin.c to inner_outer_html_mixin.c