summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests
Commit message (Expand)AuthorAgeFilesLines
* fix bug #48601 (xpath() returns FALSE for legitimate query)Rob Richards2010-05-051-0/+20
* - Improve testFelipe Pena2010-04-201-0/+13
* - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)Felipe Pena2010-04-201-0/+22
* Test from 2009 testfestZoe Slattery2009-08-261-0/+18
* Add missing SKIPIF sections to testsandy wharmby2009-08-0313-19/+60
* MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested a...Rob Richards2008-09-111-0/+48
* MFH: fix bug #46003 (isset on nonexisting node return unexpected results)Rob Richards2008-09-101-0/+30
* MFH: fix bug #45553 (Using XPath for attributes with a namespace does not work)Rob Richards2008-09-101-0/+31
* MFH: fix bug #44478 (Inconsistent behaviour when assigning new nodes)Rob Richards2008-03-201-0/+24
* MFH: fix bug #42369 (Implicit conversion to string leaks memory)Rob Richards2008-01-311-0/+25
* MFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute)Rob Richards2007-11-121-0/+15
* fix bug #41947 (SimpleXML incorrectly registers empty strings as namespacesRob Richards2007-07-101-0/+14
* fix bug #41861 (getNamespaces() returns namespaces of node's siblings)Rob Richards2007-07-031-0/+38
* fix bug #41867 (getName is broken)Rob Richards2007-07-021-0/+14
* Fixed wrong fix for bug #41582Dmitry Stogov2007-06-133-16/+23
* - MFH: Fix testJohannes Schlüter2007-06-121-1/+1
* MFH: fix #41582 (SimpleXML crashes when accessing newly created element)Antony Dovgal2007-06-051-0/+16
* fix test namesAntony Dovgal2007-05-071-1/+1
* Fixed bug #41175 (addAttribute() fails to add an attribute with an emptyIlia Alshanetsky2007-04-241-0/+16
* fix bug #37386 (autocreating element doesn't assign value to first node)Rob Richards2007-03-261-0/+25
* MFH: fix leak and errmsgAntony Dovgal2007-02-201-0/+33
* fix #40451 (addAttribute() may crash when used with non-existent child node)Antony Dovgal2007-02-121-0/+22
* Fixed testsDmitry Stogov2007-01-101-1/+1
* fix bug #39760 (cloning fails on nested SimpleXML-Object)Rob Richards2006-12-301-0/+40
* fix testsRob Richards2006-12-082-2/+8
* correct fix for bug #39662 to fix leak and tree corruptionRob Richards2006-11-291-4/+2
* MFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)Antony Dovgal2006-11-281-0/+39
* improve SKIPIF conditionAntony Dovgal2006-10-091-2/+2
* fix bug #38424 (Different attribute assignment if new or existing)Rob Richards2006-08-141-0/+26
* fix testAntony Dovgal2006-08-061-3/+1
* add testAntony Dovgal2006-08-061-0/+30
* MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty ...Antony Dovgal2006-08-061-0/+28
* fix testAntony Dovgal2006-08-041-1/+1
* MFH: fix/add SKIPIFHannes Magnusson2006-06-275-0/+10
* fix testAntony Dovgal2006-06-201-8/+12
* - MFH Sync with head (namespace prefix handling)Marcus Boerger2006-05-232-0/+145
* - MFH Bugfix #37565Marcus Boerger2006-05-231-0/+25
* - MFH Fix properties access to children() resultMarcus Boerger2006-04-141-0/+35
* add new testsAntony Dovgal2006-03-242-0/+182
* - Synch with headRob Richards2006-03-074-3/+104
* add testAntony Dovgal2006-03-051-0/+28
* - MFH Fix count/foreach interactionMarcus Boerger2006-02-271-0/+40
* - Synch with headMarcus Boerger2006-02-264-11/+170
* - MFH Fixed Bug #35785 (SimpleXML memory read error)Marcus Boerger2005-12-231-3/+4
* - MFH Add new testMarcus Boerger2005-12-231-0/+22
* add missing skipif conditionsAntony Dovgal2005-12-211-0/+2
* - MFHMarcus Boerger2005-11-2927-199/+794
* - MFH Fix parameter parsingMarcus Boerger2005-11-201-6/+19
* - Fix issue with entities in attributesMarcus Boerger2005-10-241-0/+31
* - Add testsMarcus Boerger2005-02-272-0/+59