summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* fix bug #48601 (xpath() returns FALSE for legitimate query)Rob Richards2010-05-052-21/+39
* - Improve testFelipe Pena2010-04-201-0/+13
* - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)Felipe Pena2010-04-202-3/+30
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
* Revert fix, not relavent for this branchIlia Alshanetsky2009-10-081-2/+0
* Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).Ilia Alshanetsky2009-10-071-0/+2
* Test from 2009 testfestZoe Slattery2009-08-261-0/+18
* Add missing SKIPIF sections to testsandy wharmby2009-08-0313-19/+60
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
* MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)Rob Richards2008-10-201-1/+1
* MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested a...Rob Richards2008-09-112-3/+55
* MFH: fix bug #46003 (isset on nonexisting node return unexpected results)Rob Richards2008-09-102-1/+31
* MFH: fix bug #45553 (Using XPath for attributes with a namespace does not work)Rob Richards2008-09-102-1/+32
* When dumping entire document to file via asXml() don't lose the encodingIlia Alshanetsky2008-05-231-1/+1
* MFB: Fixed bug #44798 (Memory leak assigning value to attribute).Ilia Alshanetsky2008-05-051-4/+5
* MFH: fix bug #44478 (Inconsistent behaviour when assigning new nodes)Rob Richards2008-03-202-10/+27
* MFH: fix bug #42369 (Implicit conversion to string leaks memory)Rob Richards2008-01-312-0/+30
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
* MFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute)Rob Richards2007-11-122-0/+22
* MFH: fix bug #41833 (addChild() on a non-existent node, no node created, getN...Rob Richards2007-07-311-3/+6
* MFH: fix possible crashRob Richards2007-07-311-1/+3
* fix bug #41947 (SimpleXML incorrectly registers empty strings as namespacesRob Richards2007-07-102-3/+22
* MFH (r-1.240)Sara Golemon2007-07-041-0/+10
* fix bug #41861 (getNamespaces() returns namespaces of node's siblings)Rob Richards2007-07-032-4/+39
* fix bug #41867 (getName is broken)Rob Richards2007-07-022-3/+21
* fix memleak in sxe_prop_dim_read()Nuno Lopes2007-06-241-3/+3
* Fixed wrong fix for bug #41582Dmitry Stogov2007-06-134-48/+100
* - MFH: Fix testJohannes Schlüter2007-06-121-1/+1
* MFH: fix #41582 (SimpleXML crashes when accessing newly created element)Antony Dovgal2007-06-052-3/+25
* fix test namesAntony Dovgal2007-05-071-1/+1
* Fixed error message to reflect the checkIlia Alshanetsky2007-04-241-1/+1
* Fixed bug #41175 (addAttribute() fails to add an attribute with an emptyIlia Alshanetsky2007-04-242-1/+17
* fix bug #37386 (autocreating element doesn't assign value to first node)Rob Richards2007-03-262-4/+38
* MFH: fix leak and errmsgAntony Dovgal2007-02-202-1/+37
* MFH: fix #38406 (crash when assigning objects to SimpleXML attributes)Antony Dovgal2007-02-201-0/+14
* fix #40451 (addAttribute() may crash when used with non-existent child node)Antony Dovgal2007-02-122-1/+23
* Fixed testsDmitry Stogov2007-01-101-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-013-3/+3
* fix bug #39760 (cloning fails on nested SimpleXML-Object)Rob Richards2006-12-302-0/+50
* fix testsRob Richards2006-12-082-2/+8
* MFHAntony Dovgal2006-11-291-0/+1
* correct fix for bug #39662 to fix leak and tree corruptionRob Richards2006-11-292-7/+4
* MFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)Antony Dovgal2006-11-282-0/+40
* improve SKIPIF conditionAntony Dovgal2006-10-091-2/+2
* fix one more parameter (int*->int)Nuno Lopes2006-09-061-1/+1
* fix bug #38424 (Different attribute assignment if new or existing)Rob Richards2006-08-142-1/+42
* should be RETURN_ not RETVAL_Rob Richards2006-08-071-2/+2
* asXML() needs to return bool when serializing doc and filename is passed inRob Richards2006-08-072-52/+55
* fix testAntony Dovgal2006-08-061-3/+1
* add testAntony Dovgal2006-08-061-0/+30