summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.h
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-0/+9
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+1
* backport functionality to call user functions within XPathRob Richards2008-01-251-0/+11
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: Missing header includeHannes Magnusson2006-06-201-0/+1
* MFH: add registerNodeClass() methodRob Richards2006-05-221-0/+1
* - Update after api changesMarcus Boerger2006-05-101-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-1/+1
* use new error handling when not throwing exceptionsRob Richards2005-02-201-0/+1
* remove cloning under ze1_compatibility_modeRob Richards2004-08-301-1/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* update constructors so they cant be called staticallyRob Richards2004-01-221-0/+1
* XPath query returns nodelist object rather than arrayRob Richards2004-01-101-0/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* implement namednodemap and nodelistRob Richards2003-11-291-2/+26
* move some definitions to xml_common.hChristian Stocker2003-11-291-1/+0
* changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT itChristian Stocker2003-11-281-0/+1
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-261-8/+4
* move some document properties internallyRob Richards2003-09-081-1/+1
* changes to php_dom.h for last commitRob Richards2003-09-031-3/+2
* implement stricterrorcheckRob Richards2003-08-241-1/+2
* reworking xml namespace supportRob Richards2003-07-271-1/+2
* initial xpath implementationRob Richards2003-07-241-1/+4
* implement read only exceptionsRob Richards2003-07-121-0/+2
* remove global error handling - use of libxml globals is a bad thingRob Richards2003-07-101-0/+1
* implement node proxies: next phase of interopRob Richards2003-07-071-2/+4
* fix import/export for win32 when enabled by defaultRob Richards2003-06-261-1/+7
* Fix module pointer name to enable building againMarcus Boerger2003-06-221-1/+1
* cleanup common codeRob Richards2003-06-201-10/+25
* remove code no longer neededRob Richards2003-06-151-3/+0
* add node->isSupported()Rob Richards2003-06-121-0/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* implmentation of document ref counting for persistanceRob Richards2003-06-091-5/+8
* Inital cut of new dom extensionRob Richards2003-06-051-0/+89