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:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user