summaryrefslogtreecommitdiff
path: root/ext/dom/element.c
Commit message (Expand)AuthorAgeFilesLines
* fix bug #41257 (lookupNamespaceURI does not work as expected)Rob Richards2007-05-041-0/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix some compiler warningsRob Richards2006-09-281-15/+20
* fix bug #38949 (Cannot get xmlns value attribute)Rob Richards2006-09-271-20/+82
* MFH: free node pointer using correct functionAntony Dovgal2006-09-151-1/+1
* fix #38474 (getAttribute select attribute by order, even when prefixed)Rob Richards2006-08-281-11/+36
* Removed unused variables.Ilia Alshanetsky2006-06-131-4/+2
* MFH: add setIdAttribute, setIdAttributeNS and setIdAttributeNode functionalityRob Richards2006-06-021-3/+100
* Fix bug #37277 (cloning Dom Documents or Nodes does not work)Rob Richards2006-05-031-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: fix crash setting attr from foreign doc (throws exception)Rob Richards2005-10-271-0/+10
* MFH: Fixed bug #34276 (setAttributeNS doesn't work with default namespace)Rob Richards2005-08-281-2/+51
* - Bumber up yearfoobar2005-08-031-1/+1
* 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