summaryrefslogtreecommitdiff
path: root/ext/dom/xml_common.h
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-0/+9
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-8/+13
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: add registerNodeClass() methodRob Richards2006-05-221-11/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fix bug #33299 (php:function no longer handles returned dom objects)Rob Richards2005-06-221-5/+5
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-4/+4
* 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