php-src/ext/dom
Rob Richards 7dced12c32 add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)
add DOMText isElementContentWhitespace (spec name change)
 - old props/method kept for BC.
 - spec names changed when Level 3 went from Draft to Recommendation
nuke some unused code
2004-10-07 11:40:20 +00:00
..
examples fixed typos 2003-11-30 11:13:00 +00:00
tests fix test 2004-08-11 08:23:26 +00:00
attr.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
cdatasection.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
characterdata.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
comment.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
config.m4 Implement extension load-order deps. 2004-07-18 12:03:51 +00:00
config.w32 Add dependencies for these extensions 2003-12-22 13:16:43 +00:00
CREDITS add CREDITS file 2003-06-05 19:12:07 +00:00
document.c add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) 2004-10-07 11:40:20 +00:00
documentfragment.c fix segfault in appendXML due to libxml bug 2004-10-07 10:00:39 +00:00
documenttype.c remove cloning under ze1_compatibility_mode 2004-08-30 15:07:20 +00:00
dom_ce.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
dom_fe.h add evaluate() method to support all xpath expressions 2004-10-03 09:55:29 +00:00
dom_iterators.c Rename hasMore() to valid() as discussed. (Part IV) 2004-03-08 21:15:39 +00:00
dom_properties.h Added DomDocument->recover property for parsing not well-formed XML Documents. 2004-08-13 12:32:55 +00:00
dom.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
domconfiguration.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
domerror.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
domerrorhandler.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
domexception.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
domimplementation.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
domimplementationlist.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
domimplementationsource.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
domlocator.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
domstringlist.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
element.c remove cloning under ze1_compatibility_mode 2004-08-30 15:07:20 +00:00
entity.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
entityreference.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
namednodemap.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
namelist.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
node.c remove cloning under ze1_compatibility_mode 2004-08-30 15:07:20 +00:00
nodelist.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
notation.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
php_dom.c add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) 2004-10-07 11:40:20 +00:00
php_dom.h remove cloning under ze1_compatibility_mode 2004-08-30 15:07:20 +00:00
processinginstruction.c Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) 2004-05-31 12:50:28 +00:00
string_extend.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
text.c add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) 2004-10-07 11:40:20 +00:00
TODO constructors throw DOMException 2004-05-16 10:30:16 +00:00
typeinfo.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
userdatahandler.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
xml_common.h Added DomDocument->recover property for parsing not well-formed XML Documents. 2004-08-13 12:32:55 +00:00
xpath.c add evaluate() method to support all xpath expressions 2004-10-03 09:55:29 +00:00