summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Collapse)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-242-1/+17
| | | | | value).
* fix bug #37386 (autocreating element doesn't assign value to first node)Rob Richards2007-03-262-4/+38
| | | | | | | all single SimpleXMLElements are addressable using offset 0 use correct node for xpath context node add test
* MFH: fix leak and errmsgAntony Dovgal2007-02-202-1/+37
| | | | | add test
* 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
| | | | | add test
* 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
| | | | | fix test
* 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
| | | | | add test
* 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
| | | | | | do not copy the content of the outputbuffer twice in asXML() fix compiler warnings
* fix testAntony Dovgal2006-08-061-3/+1
|
* add testAntony Dovgal2006-08-061-0/+30
|
* 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-062-0/+31
| | | | SimpleXMLElement)
* avoid extra strlen() callAntony Dovgal2006-08-061-1/+2
|
* fix testAntony Dovgal2006-08-041-1/+1
|
* MFH: fix/add SKIPIFHannes Magnusson2006-06-275-0/+10
|
* Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML()Hannes Magnusson2006-06-261-0/+2
|
* fix testAntony Dovgal2006-06-201-8/+12
|
* 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
| | | | | | spots any (new) problems, let me know. Test wise, the same tests that failed before are failing now.
* - MFH Sync with head (namespace prefix handling)Marcus Boerger2006-05-234-60/+234
|
* - MFH Bugfix #37565Marcus Boerger2006-05-232-33/+28
|
* - 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-142-1/+36
|
* - Coverity issue 59Marcus Boerger2006-04-101-0/+3
|
* #ifdef new functions and use their bodies to make PECL extensions compile ↵Antony Dovgal2006-04-031-1/+21
| | | | | | | with PHP < 5.1.3 (as was agreed with Ilia)
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+3
| | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
* add new testsAntony Dovgal2006-03-242-0/+182
|
* - Synch with headRob Richards2006-03-075-38/+318
|
* add testAntony Dovgal2006-03-051-0/+28
|
* fix #36611 (assignment to SimpleXML object attribute changes argument type ↵Antony Dovgal2006-03-051-1/+9
| | | | to string)
* nuke tests for libxml2 version - will always be > 2.6.0Rob Richards2006-03-011-12/+2
|
* - MFH Fix count/foreach interactionMarcus Boerger2006-02-272-0/+50
|
* - CleanupMarcus Boerger2006-02-271-2/+1
|
* Fixed memory leakDmitry Stogov2006-02-271-0/+1
|
* - Synch with headMarcus Boerger2006-02-266-58/+305
|
* initialize variablesAntony Dovgal2006-02-061-4/+4
|
* bump year and license versionfoobar2006-01-013-9/+9
|
* - MFH Fixed Bug #35785 (SimpleXML memory read error)Marcus Boerger2005-12-231-3/+4
|