Rename inner_html_mixin.c to inner_outer_html_mixin.c

This commit is contained in:
Niels Dossche 2024-10-05 23:26:33 +02:00
parent e4e65aa255
commit 7d678875c0
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5
3 changed files with 2 additions and 2 deletions

View file

@ -206,7 +206,7 @@ if test "$PHP_DOM" != "no"; then
html5_parser.c html5_parser.c
html5_serializer.c html5_serializer.c
infra.c infra.c
inner_html_mixin.c inner_outer_html_mixin.c
namednodemap.c namednodemap.c
namespace_compat.c namespace_compat.c
node.c node.c

View file

@ -10,7 +10,7 @@ if (PHP_DOM == "yes") {
EXTENSION("dom", "php_dom.c attr.c document.c infra.c \ EXTENSION("dom", "php_dom.c attr.c document.c infra.c \
xml_document.c html_document.c xml_serializer.c html5_serializer.c html5_parser.c namespace_compat.c private_data.c \ xml_document.c html_document.c xml_serializer.c html5_serializer.c html5_parser.c namespace_compat.c private_data.c \
domexception.c processinginstruction.c \ domexception.c processinginstruction.c \
cdatasection.c documentfragment.c domimplementation.c element.c inner_html_mixin.c \ cdatasection.c documentfragment.c domimplementation.c element.c inner_outer_html_mixin.c \
node.c characterdata.c documenttype.c \ node.c characterdata.c documenttype.c \
entity.c nodelist.c html_collection.c text.c comment.c \ entity.c nodelist.c html_collection.c text.c comment.c \
entityreference.c \ entityreference.c \