summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+1
* fix bug #37386 (autocreating element doesn't assign value to first node)Rob Richards2007-03-261-4/+13
* MFH: fix leak and errmsgAntony Dovgal2007-02-201-1/+4
* 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-121-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix bug #39760 (cloning fails on nested SimpleXML-Object)Rob Richards2006-12-301-0/+10
* MFHAntony Dovgal2006-11-291-0/+1
* correct fix for bug #39662 to fix leak and tree corruptionRob Richards2006-11-291-3/+2
* MFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)Antony Dovgal2006-11-281-0/+1
* 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-141-1/+16
* 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-071-50/+53
* Fix #38354 (Unwanted reformatting of XML when using AsXML)Christian Stocker2006-08-061-2/+2
* MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty ...Antony Dovgal2006-08-061-0/+3
* avoid extra strlen() callAntony Dovgal2006-08-061-1/+2
* Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML()Hannes Magnusson2006-06-261-0/+2
* restore missing ze1 compat codeRob Richards2006-06-061-1/+5
* Final ze1_compat restoration - it was mostly done by hand, so if anybodyZeev Suraski2006-06-051-0/+38
* - MFH Sync with head (namespace prefix handling)Marcus Boerger2006-05-231-59/+88
* - MFH Bugfix #37565Marcus Boerger2006-05-231-33/+3
* - MFH Proto fix/addMarcus Boerger2006-05-171-1/+3
* - ze1 cleanup (bjori) /thxMarcus Boerger2006-05-101-38/+0
* - Update after api changesMarcus Boerger2006-05-101-17/+9
* - MFH Fix properties access to children() resultMarcus Boerger2006-04-141-1/+1
* - Coverity issue 59Marcus Boerger2006-04-101-0/+3
* #ifdef new functions and use their bodies to make PECL extensions compile wit...Antony Dovgal2006-04-031-1/+21
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+3
* - Synch with headRob Richards2006-03-071-35/+214
* fix #36611 (assignment to SimpleXML object attribute changes argument type to...Antony Dovgal2006-03-051-1/+9
* nuke tests for libxml2 version - will always be > 2.6.0Rob Richards2006-03-011-12/+2
* - MFH Fix count/foreach interactionMarcus Boerger2006-02-271-0/+10
* - CleanupMarcus Boerger2006-02-271-2/+1
* Fixed memory leakDmitry Stogov2006-02-271-0/+1
* - Synch with headMarcus Boerger2006-02-261-41/+126
* initialize variablesAntony Dovgal2006-02-061-4/+4
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - MFHMarcus Boerger2005-11-291-144/+419
* - MFH Fix parameter parsingMarcus Boerger2005-11-201-3/+5
* And simplexml doesn't need dom anymore to do the importRasmus Lerdorf2005-11-051-4/+0
* - Drop unnecessary exports to prevent forward BC problemsMarcus Boerger2005-10-311-2/+4
* - Fix issue with entities in attributesMarcus Boerger2005-10-241-4/+9
* - MFH Really allow SXE being shared by not using anything from it directly in...Marcus Boerger2005-10-031-5/+1
* MFH: make sxe_properties_get respect namespace scopeRob Richards2005-08-311-3/+9
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Missing closing folding markerRasmus Lerdorf2005-07-071-0/+1