php-src/ext/dom
Dmitry Stogov 72c3ededed Change the order of properties used for var_dump(), serialize(), comparison, etc.
Now properties are ordered according to their layout in zend_object structure.
2021-03-01 13:29:49 +03:00
..
tests Change the order of properties used for var_dump(), serialize(), comparison, etc. 2021-03-01 13:29:49 +03:00
attr.c Promote warnings to error in DOM extension 2020-09-22 19:12:32 +01:00
cdatasection.c Promote warnings to error in DOM extension 2020-09-22 19:12:32 +01:00
characterdata.c Fix bug #80600 DOMChildNode::remove does not work on DOMCharacterData. 2021-02-02 20:26:52 +01:00
comment.c Promote warnings to error in DOM extension 2020-09-22 19:12:32 +01:00
config.m4 [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
config.w32 [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
CREDITS
document.c Merge branch 'PHP-8.0' 2021-02-09 12:20:56 +01:00
documentfragment.c Promote warnings to error in DOM extension 2020-09-22 19:12:32 +01:00
documenttype.c Fix [-Wundef] warning in DOM extension 2020-05-16 15:31:15 +02:00
dom_ce.h Fix [-Wundef] warning in DOM extension 2020-05-16 15:31:15 +02:00
dom_iterators.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
dom_properties.h Fix [-Wundef] warning in DOM extension 2020-05-16 15:31:15 +02:00
domexception.c Fix [-Wundef] warning in DOM extension 2020-05-16 15:31:15 +02:00
domexception.h Generate method entries for ext/dom 2020-04-13 00:13:11 +02:00
domimplementation.c Make createDocument() $namespace nullable 2021-02-09 12:28:28 +01:00
element.c Merge branch 'PHP-8.0' 2021-02-09 12:20:56 +01:00
entity.c Fix [-Wundef] warning in DOM extension 2020-05-16 15:31:15 +02:00
entityreference.c Promote warnings to error in DOM extension 2020-09-22 19:12:32 +01:00
namednodemap.c Promote warnings to error in DOM extension 2020-09-22 19:12:32 +01:00
node.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
nodelist.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
notation.c Fix [-Wundef] warning in DOM extension 2020-05-16 15:31:15 +02:00
parentnode.c Fix bug #80600 DOMChildNode::remove does not work on DOMCharacterData. 2021-02-02 20:26:52 +01:00
php_dom_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
php_dom.c Generate class entries for a few extensions 2021-02-03 09:24:09 +01:00
php_dom.h Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend 2021-02-22 15:24:03 +01:00
php_dom.stub.php Add missing classes to stubs 2021-02-09 22:38:06 +01:00
processinginstruction.c Promote warnings to error in DOM extension 2020-09-22 19:12:32 +01:00
text.c Promote warnings to error in DOM extension 2020-09-22 19:12:32 +01:00
xml_common.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
xpath.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00