| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed error message to reflect the check | Ilia Alshanetsky | 2007-04-24 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #41175 (addAttribute() fails to add an attribute with an empty | Ilia Alshanetsky | 2007-04-24 | 2 | -1/+17 |
| | | | | | | value). | ||||
| * | fix bug #37386 (autocreating element doesn't assign value to first node) | Rob Richards | 2007-03-26 | 2 | -4/+38 |
| | | | | | | | | all single SimpleXMLElements are addressable using offset 0 use correct node for xpath context node add test | ||||
| * | MFH: fix leak and errmsg | Antony Dovgal | 2007-02-20 | 2 | -1/+37 |
| | | | | | | add test | ||||
| * | MFH: fix #38406 (crash when assigning objects to SimpleXML attributes) | Antony Dovgal | 2007-02-20 | 1 | -0/+14 |
| | | |||||
| * | fix #40451 (addAttribute() may crash when used with non-existent child node) | Antony Dovgal | 2007-02-12 | 2 | -1/+23 |
| | | |||||
| * | Fixed tests | Dmitry Stogov | 2007-01-10 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 3 | -3/+3 |
| | | |||||
| * | fix bug #39760 (cloning fails on nested SimpleXML-Object) | Rob Richards | 2006-12-30 | 2 | -0/+50 |
| | | | | | | add test | ||||
| * | fix tests | Rob Richards | 2006-12-08 | 2 | -2/+8 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-11-29 | 1 | -0/+1 |
| | | |||||
| * | correct fix for bug #39662 to fix leak and tree corruption | Rob Richards | 2006-11-29 | 2 | -7/+4 |
| | | | | | | fix test | ||||
| * | MFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement) | Antony Dovgal | 2006-11-28 | 2 | -0/+40 |
| | | |||||
| * | improve SKIPIF condition | Antony Dovgal | 2006-10-09 | 1 | -2/+2 |
| | | |||||
| * | fix one more parameter (int*->int) | Nuno Lopes | 2006-09-06 | 1 | -1/+1 |
| | | |||||
| * | fix bug #38424 (Different attribute assignment if new or existing) | Rob Richards | 2006-08-14 | 2 | -1/+42 |
| | | | | | | add test | ||||
| * | should be RETURN_ not RETVAL_ | Rob Richards | 2006-08-07 | 1 | -2/+2 |
| | | |||||
| * | asXML() needs to return bool when serializing doc and filename is passed in | Rob Richards | 2006-08-07 | 2 | -52/+55 |
| | | | | | | | do not copy the content of the outputbuffer twice in asXML() fix compiler warnings | ||||
| * | fix test | Antony Dovgal | 2006-08-06 | 1 | -3/+1 |
| | | |||||
| * | add test | Antony Dovgal | 2006-08-06 | 1 | -0/+30 |
| | | |||||
| * | Fix #38354 (Unwanted reformatting of XML when using AsXML) | Christian Stocker | 2006-08-06 | 1 | -2/+2 |
| | | |||||
| * | MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty ↵ | Antony Dovgal | 2006-08-06 | 2 | -0/+31 |
| | | | | | SimpleXMLElement) | ||||
| * | avoid extra strlen() call | Antony Dovgal | 2006-08-06 | 1 | -1/+2 |
| | | |||||
| * | fix test | Antony Dovgal | 2006-08-04 | 1 | -1/+1 |
| | | |||||
| * | MFH: fix/add SKIPIF | Hannes Magnusson | 2006-06-27 | 5 | -0/+10 |
| | | |||||
| * | Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML() | Hannes Magnusson | 2006-06-26 | 1 | -0/+2 |
| | | |||||
| * | fix test | Antony Dovgal | 2006-06-20 | 1 | -8/+12 |
| | | |||||
| * | restore missing ze1 compat code | Rob Richards | 2006-06-06 | 1 | -1/+5 |
| | | |||||
| * | Final ze1_compat restoration - it was mostly done by hand, so if anybody | Zeev Suraski | 2006-06-05 | 1 | -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 Boerger | 2006-05-23 | 4 | -60/+234 |
| | | |||||
| * | - MFH Bugfix #37565 | Marcus Boerger | 2006-05-23 | 2 | -33/+28 |
| | | |||||
| * | - MFH Proto fix/add | Marcus Boerger | 2006-05-17 | 1 | -1/+3 |
| | | |||||
| * | - ze1 cleanup (bjori) /thx | Marcus Boerger | 2006-05-10 | 1 | -38/+0 |
| | | |||||
| * | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -17/+9 |
| | | |||||
| * | - MFH Fix properties access to children() result | Marcus Boerger | 2006-04-14 | 2 | -1/+36 |
| | | |||||
| * | - Coverity issue 59 | Marcus Boerger | 2006-04-10 | 1 | -0/+3 |
| | | |||||
| * | #ifdef new functions and use their bodies to make PECL extensions compile ↵ | Antony Dovgal | 2006-04-03 | 1 | -1/+21 |
| | | | | | | | | with PHP < 5.1.3 (as was agreed with Ilia) | ||||
| * | fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -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 tests | Antony Dovgal | 2006-03-24 | 2 | -0/+182 |
| | | |||||
| * | - Synch with head | Rob Richards | 2006-03-07 | 5 | -38/+318 |
| | | |||||
| * | add test | Antony Dovgal | 2006-03-05 | 1 | -0/+28 |
| | | |||||
| * | fix #36611 (assignment to SimpleXML object attribute changes argument type ↵ | Antony Dovgal | 2006-03-05 | 1 | -1/+9 |
| | | | | | to string) | ||||
| * | nuke tests for libxml2 version - will always be > 2.6.0 | Rob Richards | 2006-03-01 | 1 | -12/+2 |
| | | |||||
| * | - MFH Fix count/foreach interaction | Marcus Boerger | 2006-02-27 | 2 | -0/+50 |
| | | |||||
| * | - Cleanup | Marcus Boerger | 2006-02-27 | 1 | -2/+1 |
| | | |||||
| * | Fixed memory leak | Dmitry Stogov | 2006-02-27 | 1 | -0/+1 |
| | | |||||
| * | - Synch with head | Marcus Boerger | 2006-02-26 | 6 | -58/+305 |
| | | |||||
| * | initialize variables | Antony Dovgal | 2006-02-06 | 1 | -4/+4 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 3 | -9/+9 |
| | | |||||
| * | - MFH Fixed Bug #35785 (SimpleXML memory read error) | Marcus Boerger | 2005-12-23 | 1 | -3/+4 |
| | | |||||
