Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH: fix folding | Antony Dovgal | 2007-11-30 | 1 | -37/+58 | |
| | ||||||
* | MFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute) | Rob Richards | 2007-11-12 | 1 | -0/+7 | |
| | | | | | add test | |||||
* | - MFH debug object helper | Marcus Boerger | 2007-10-11 | 1 | -26/+52 | |
| | ||||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -9/+9 | |
| | ||||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -3/+3 | |
| | ||||||
* | MFH: fix bug #41833 (addChild() on a non-existent node, no node created, ↵ | Rob Richards | 2007-07-31 | 1 | -3/+6 | |
| | | | | getName() segfaults) | |||||
* | MFH: fix possible crash | Rob Richards | 2007-07-31 | 1 | -1/+3 | |
| | ||||||
* | fix bug #41947 (SimpleXML incorrectly registers empty strings as namespaces | Rob Richards | 2007-07-10 | 1 | -3/+8 | |
| | | | | | add test | |||||
* | MFH (r-1.240) | Sara Golemon | 2007-07-04 | 1 | -0/+10 | |
| | | | | | | Fix behavior of empty($sxe->element) and empty($sxe['prop']) when used on empty elements properties (apply PHP emptiness rules) | |||||
* | fix bug #41861 (getNamespaces() returns namespaces of node's siblings) | Rob Richards | 2007-07-03 | 1 | -4/+1 | |
| | | | | | add test | |||||
* | fix bug #41867 (getName is broken) | Rob Richards | 2007-07-02 | 1 | -3/+7 | |
| | | | | | add test | |||||
* | fix memleak in sxe_prop_dim_read() | Nuno Lopes | 2007-06-24 | 1 | -3/+3 | |
| | | | | | #found by coverity | |||||
* | Fixed wrong fix for bug #41582 | Dmitry Stogov | 2007-06-13 | 1 | -32/+77 | |
| | ||||||
* | MFH: fix #41582 (SimpleXML crashes when accessing newly created element) | Antony Dovgal | 2007-06-05 | 1 | -3/+9 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | | | | | value). | |||||
* | fix bug #37386 (autocreating element doesn't assign value to first node) | Rob Richards | 2007-03-26 | 1 | -4/+13 | |
| | | | | | | | 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 | 1 | -1/+4 | |
| | | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | fix bug #39760 (cloning fails on nested SimpleXML-Object) | Rob Richards | 2006-12-30 | 1 | -0/+10 | |
| | | | | | add test | |||||
* | 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 | 1 | -3/+2 | |
| | | | | | fix test | |||||
* | MFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement) | Antony Dovgal | 2006-11-28 | 1 | -0/+1 | |
| | ||||||
* | 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 | 1 | -1/+16 | |
| | | | | | 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 | 1 | -50/+53 | |
| | | | | | | do not copy the content of the outputbuffer twice in asXML() fix compiler warnings | |||||
* | 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 | 1 | -0/+3 | |
| | | | | SimpleXMLElement) | |||||
* | avoid extra strlen() call | Antony Dovgal | 2006-08-06 | 1 | -1/+2 | |
| | ||||||
* | Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML() | Hannes Magnusson | 2006-06-26 | 1 | -0/+2 | |
| | ||||||
* | 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 | 1 | -59/+88 | |
| | ||||||
* | - MFH Bugfix #37565 | Marcus Boerger | 2006-05-23 | 1 | -33/+3 | |
| | ||||||
* | - 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 | 1 | -1/+1 | |
| | ||||||
* | - 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 | |||||
* | - Synch with head | Rob Richards | 2006-03-07 | 1 | -35/+214 | |
| | ||||||
* | 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 | 1 | -0/+10 | |
| | ||||||
* | - Cleanup | Marcus Boerger | 2006-02-27 | 1 | -2/+1 | |
| | ||||||
* | Fixed memory leak | Dmitry Stogov | 2006-02-27 | 1 | -0/+1 | |
| |