1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

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
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_serializer.c
infra.c
inner_html_mixin.c
inner_outer_html_mixin.c
namednodemap.c
namespace_compat.c
node.c

View File

@@ -10,7 +10,7 @@ if (PHP_DOM == "yes") {
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 \
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 \
entity.c nodelist.c html_collection.c text.c comment.c \
entityreference.c \