summaryrefslogtreecommitdiff
path: root/ext/dom/element.c
Commit message (Expand)AuthorAgeFilesLines
* Allow NULL namespaceURI for getAttributeNodeNSRob Richards2005-07-071-1/+1
* - correct fix for bug #33059Rob Richards2005-05-201-12/+14
* Fixed bug #33059 (crash when moving xml attribute set in dtd).Ilia Alshanetsky2005-05-191-1/+0
* prototype fixes (Jakub Vrána)Rob Richards2004-11-181-2/+2
* remove cloning under ze1_compatibility_modeRob Richards2004-08-301-2/+2
* Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)Rob Richards2004-05-311-19/+19
* namespace/tagname validation fixes (Adam Trachtenberg)Rob Richards2004-05-271-1/+9
* constructors throw DOMExceptionRob Richards2004-05-161-5/+11
* use new style constructorsRob Richards2004-03-311-4/+4
* add optional third parameter to support namespace in constructorRob Richards2004-02-221-3/+29
* issue warning if object is in invalid state when dealing with propertiesRob Richards2004-02-161-0/+6
* switch to zend_parse_method_parameters for consistancyRob Richards2004-02-151-47/+56
* update constructors so they cant be called staticallyRob Richards2004-01-221-3/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* implement namednodemap and nodelistRob Richards2003-11-291-8/+14
* changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT itChristian Stocker2003-11-281-4/+4
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-261-6/+6
* implement namespace nodesRob Richards2003-10-201-88/+64
* some namespace fixesRob Richards2003-10-061-24/+26
* fix crash accessing tagName without namespaceShane Caraveo2003-10-051-3/+5
* Add schema and relaxNG validation supportShane Caraveo2003-10-051-3/+10
* implement isDefaultNameSpace and baseURIRob Richards2003-10-051-32/+31
* implement stricterrorcheckRob Richards2003-08-241-11/+12
* allow building without libxml2 under win32Wez Furlong2003-08-221-0/+3
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-1/+1
* reworking xml namespace supportRob Richards2003-07-271-16/+24
* initial xpath implementationRob Richards2003-07-241-2/+2
* implement read only exceptionsRob Richards2003-07-121-0/+36
* fix getElementsByTagNameRob Richards2003-07-081-2/+3
* implement node proxies: next phase of interopRob Richards2003-07-071-3/+3
* remove code no longer neededRob Richards2003-06-151-10/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* implmentation of document ref counting for persistanceRob Richards2003-06-091-47/+69
* fix a bunch of memory overruns, and uninitialized variable usesSterling Hughes2003-06-051-1/+1
* Inital cut of new dom extensionRob Richards2003-06-051-0/+779