mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Rename inner_html_mixin.c to inner_outer_html_mixin.c
This commit is contained in:
parent
e4e65aa255
commit
7d678875c0
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue