summaryrefslogtreecommitdiff
path: root/ext/dom/element.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
* fix bug #49463 (setAttributeNS fails setting default namespace)Rob Richards2010-01-151-3/+14
* 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 #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-0/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-19/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+19
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-19/+0
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-24/+19
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-3/+3
* MFH: fixed bug #45251 (double free or corruption with setAttributeNode())Rob Richards2008-06-141-0/+8
* MFH: fix bug #44648 (Attribute names not checked for wellformedness)Rob Richards2008-04-171-32/+46
* MFH: Add missing Reflection API metadata for DOM classes.Sebastian Bergmann2008-02-041-19/+130
* MFH: 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
* 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