File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ if test "$PHP_DOM" != "no"; then
206
206
html5_parser.c
207
207
html5_serializer.c
208
208
infra.c
209
- inner_html_mixin .c
209
+ inner_outer_html_mixin .c
210
210
namednodemap.c
211
211
namespace_compat.c
212
212
node.c
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if (PHP_DOM == "yes") {
10
10
EXTENSION ( "dom" , "php_dom.c attr.c document.c infra.c \
11
11
xml_document.c html_document.c xml_serializer.c html5_serializer.c html5_parser.c namespace_compat.c private_data.c \
12
12
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 \
14
14
node.c characterdata.c documenttype.c \
15
15
entity.c nodelist.c html_collection.c text.c comment.c \
16
16
entityreference.c \
File renamed without changes.
You can’t perform that action at this time.
0 commit comments