summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* fix bug #49463 (setAttributeNS fails setting default namespace)Rob Richards2010-01-152-3/+31
* fix bug #50661 (DOMDocument::loadXML does not allow UTF-16)Rob Richards2010-01-062-3/+19
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0337-37/+37
* fix bug #47848 (importNode doesn't preserve attribute namespaces)Rob Richards2009-12-032-1/+37
* Fixed bug #49647 (DOMUserData does not exist)Rob Richards2009-09-241-2/+2
* fix memleakRob Richards2009-09-241-3/+1
* Add missing SKIPIFandy wharmby2009-09-117-7/+42
* The last of the 2009 testfest testsZoe Slattery2009-08-301-0/+59
* More tests from 2009 testfestZoe Slattery2009-08-303-0/+116
* Test from 2009 testfestZoe Slattery2009-08-2629-0/+687
* - MFH: New tests (NorwayUG testfest)Felipe Pena2009-07-0213-0/+289
* MFB: Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICEIlia Alshanetsky2009-06-141-5/+1
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
* Add tests:Eric Stewart2009-05-2613-0/+243
* Add the following new tests:Eric Stewart2009-05-2511-0/+204
* New test: DOMAttr read $name property.Eric Stewart2009-05-235-0/+87
* New test: DOMAttr __construct() with no arguments.Eric Stewart2009-05-231-0/+17
* MFH: fix bug #47849 (Non-deep import loses the namespace)Rob Richards2009-04-072-0/+25
* MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent...Rob Richards2009-03-134-20/+58
* fixed bad section nameZoe Slattery2009-02-131-1/+1
* fixed testZoe Slattery2009-02-131-2/+2
* MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)Rob Richards2009-01-261-1/+1
* MFH: Add method DomNode::getLineNo to return line number for a parsed nodeRob Richards2009-01-132-0/+23
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3137-37/+37
* refixing missing skipifZoe Slattery2008-12-3013-4/+26
* MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties)Rob Richards2008-12-162-9/+53
* DOM tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).Ant Phillips2008-12-0117-34/+232
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-1/+1
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-1910-0/+10
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-1723-120/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-0223-0/+120
* MFH: fix bug #46406 (Unregistering nodeclass throws E_FATAL)Rob Richards2008-10-291-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-2423-120/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters)Rob Richards2008-10-202-4/+39
* MFH: fix bug #46185 (importNode changes the namespace of an XML element)Rob Richards2008-09-292-6/+43
* MFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)Rob Richards2008-09-281-1/+1
* MFH: fix hints causing phpdoc crashRob Richards2008-09-222-3/+3
* Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned object).Ilia Alshanetsky2008-09-161-2/+4
* MFH: fix bug #46029 (Segfault in DOMText when using with Reflection)Rob Richards2008-09-105-5/+5
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-1437-278/+476
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-0810-30/+30
* - Fixed testsFelipe Pena2008-07-142-5/+5
* MFHAntony Dovgal2008-07-1319-6/+42
* - Added arginfoFelipe Pena2008-06-271-1/+8
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-15/+19
* MFH: fixed bug #45251 (double free or corruption with setAttributeNode())Rob Richards2008-06-142-0/+38
* Tests from London test fest 2008Zoe Slattery2008-06-032-0/+57
* DOM tests from TestFestAnt Phillips2008-05-272-0/+79
* MFH: DOM Tests from London TestfestScott MacVicar2008-05-274-0/+182