Skip to content

Commit 4aabc88

Browse files
committed
Rename inner_html_mixin.c to inner_outer_html_mixin.c
1 parent 99ae505 commit 4aabc88

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ext/dom/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ if test "$PHP_DOM" != "no"; then
206206
html5_parser.c
207207
html5_serializer.c
208208
infra.c
209-
inner_html_mixin.c
209+
inner_outer_html_mixin.c
210210
namednodemap.c
211211
namespace_compat.c
212212
node.c

ext/dom/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (PHP_DOM == "yes") {
1010
EXTENSION("dom", "php_dom.c attr.c document.c infra.c \
1111
xml_document.c html_document.c xml_serializer.c html5_serializer.c html5_parser.c namespace_compat.c private_data.c \
1212
domexception.c processinginstruction.c \
13-
cdatasection.c documentfragment.c domimplementation.c element.c inner_html_mixin.c \
13+
cdatasection.c documentfragment.c domimplementation.c element.c inner_outer_html_mixin.c \
1414
node.c characterdata.c documenttype.c \
1515
entity.c nodelist.c html_collection.c text.c comment.c \
1616
entityreference.c \
File renamed without changes.

0 commit comments

Comments
 (0)