summaryrefslogtreecommitdiff
path: root/ext/dom/xml_common.h
Commit message (Expand)AuthorAgeFilesLines
* Added DomDocument->recover property for parsing not well-formed XML Documents.Christian Stocker2004-08-131-0/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* implement namednodemap and nodelistRob Richards2003-11-291-3/+1
* move some definitions to xml_common.hChristian Stocker2003-11-291-0/+4
* changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT itChristian Stocker2003-11-281-2/+1
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-261-22/+6
* move some document properties internallyRob Richards2003-09-081-1/+12
* implement stricterrorcheckRob Richards2003-08-241-2/+3
* initial xpath implementationRob Richards2003-07-241-1/+1
* API updateZeev Suraski2003-07-221-1/+1
* implement node proxies: next phase of interopRob Richards2003-07-071-3/+9
* cleanup common codeRob Richards2003-06-201-25/+4
* remove code no longer neededRob Richards2003-06-151-13/+2
* use xmlInitParser instead of xmlInitThreadsRob Richards2003-06-141-3/+0
* fix xml_parser_inited on win32Rob Richards2003-06-141-0/+24
* updating license information in the headers.James Cox2003-06-101-3/+3
* implmentation of document ref counting for persistanceRob Richards2003-06-091-12/+13
* fix more memory overrunsRob Richards2003-06-071-1/+6
* Missing headerfoobar2003-06-061-0/+21
* Inital cut of new dom extensionRob Richards2003-06-051-0/+82