summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.h
Commit message (Expand)AuthorAgeFilesLines
* 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