summaryrefslogtreecommitdiff
path: root/ext/dom/element.c
Commit message (Expand)AuthorAgeFilesLines
* fix ws, cs and foldingAntony Dovgal2008-08-141-24/+19
* Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-3/+3
* fixed bug #45251 (double free or corruption with setAttributeNode())Rob Richards2008-06-141-0/+8
* fix bug #44648 (Attribute names not checked for wellformedness)Rob Richards2008-04-171-26/+40
* Add missing Reflection API metadata for DOM classes.Sebastian Bergmann2008-02-041-19/+130
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFB: fix bug #41257 (lookupNamespaceURI does not work as expected)Rob Richards2007-05-041-0/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix some compiler warningsRob Richards2006-09-281-16/+21
* MFB: fix bug #38949 (Cannot get xmlns value attribute)Rob Richards2006-09-271-27/+89
* mark functionality unicode safeRob Richards2006-09-221-19/+19
* free node pointer using correct functionAntony Dovgal2006-09-151-1/+1
* MFB: fix #38474 (getAttribute select attribute by order, even when prefixed)Rob Richards2006-08-281-10/+36
* add unicode supportRob Richards2006-08-041-24/+23
* MFB: Removed unused variables.Ilia Alshanetsky2006-06-131-4/+2
* idness not valid for attribute declarationsRob Richards2006-06-021-2/+2
* Fix bug #37277 (cloning Dom Documents or Nodes does not work)Rob Richards2006-05-031-1/+1
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-20/+20
* bump year and license versionfoobar2006-01-011-3/+3
* implement setIDAttributeXXX functionalityRob Richards2005-11-231-3/+100
* fix crash setting attr from foreign doc (throws exception)Rob Richards2005-10-271-0/+10
* Fixed bug #34276 (setAttributeNS doesn't work with default namespace)Rob Richards2005-08-281-2/+51
* Unicode supportDmitry Stogov2005-08-121-17/+17
* - 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