Commit graph

5 commits

Author SHA1 Message Date
Niels Dossche
efaae93e48
Merge branch 'PHP-8.4'
* PHP-8.4:
  Fix GH-18597: Heap-buffer-overflow in zend_alloc.c when assigning string with UTF-8 bytes
2025-05-20 21:32:27 +02:00
Niels Dossche
a3b27c083f
Add Dom\Element::insertAdjacentHTML() (#16614) 2024-11-09 10:52:06 +01:00
Niels Dossche
1a5ef4bb3f
Merge branch 'PHP-8.4'
* PHP-8.4:
  Add missing cache invalidation for innerHTML (#16652)
2024-10-30 22:15:39 +01:00
Niels Dossche
7ff940f2a2
Fix GH-16356: Segmentation fault with $outerHTML and next node (#16364)
`$outerHTML` should only serialize the current node, not its siblings.
2024-10-11 20:44:50 +02:00
Niels Dossche
7d678875c0
Rename inner_html_mixin.c to inner_outer_html_mixin.c 2024-10-05 23:26:33 +02:00
Renamed from ext/dom/inner_html_mixin.c (Browse further)