php-src/ext/dom
2006-11-13 12:54:04 +00:00
..
examples
tests add a note that libxml2 2.6.2x is required 2006-11-13 12:54:04 +00:00
attr.c
cdatasection.c
characterdata.c implement workaround for bug #38823 (DOMComment->appendData does nothing) 2006-09-16 13:54:52 +00:00
comment.c
config.m4
config.w32
CREDITS
document.c Added missing safety checks (Problem identified by Coverity scan) 2006-10-07 19:40:58 +00:00
documentfragment.c
documenttype.c
dom_ce.h
dom_fe.h Added DOMNode::getNodePath() for getting an XPath for a node. 2006-07-16 15:03:53 +00:00
dom_iterators.c Added missing safety checks (Problem identified by Coverity scan) 2006-10-07 19:59:19 +00:00
dom_properties.h
dom.dsp
domconfiguration.c
domerror.c
domerrorhandler.c
domexception.c
domimplementation.c
domimplementationlist.c
domimplementationsource.c
domlocator.c
domstringlist.c
element.c fix some compiler warnings 2006-09-28 10:11:36 +00:00
entity.c
entityreference.c fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly) 2006-09-14 13:35:02 +00:00
namednodemap.c
namelist.c
node.c implement workaround for bug #38823 (DOMComment->appendData does nothing) 2006-09-16 13:54:52 +00:00
nodelist.c Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) 2006-08-13 15:02:41 +00:00
notation.c
php_dom.c fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_mode 2006-10-04 12:02:49 +00:00
php_dom.h MFH: Missing header include 2006-06-20 18:04:25 +00:00
processinginstruction.c
string_extend.c
text.c
TODO
typeinfo.c
userdatahandler.c
xml_common.h
xpath.c