Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 3 | -3/+3 | |
| | ||||||
* | fix folding, move protos to the top of the sources | Antony Dovgal | 2007-11-30 | 1 | -32/+53 | |
| | ||||||
* | fix bug #43221 (SimpleXML adding default namespace in addAttribute) | Rob Richards | 2007-11-12 | 2 | -0/+22 | |
| | | | | | add test | |||||
* | 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 | |
| | ||||||
* | fix bug #41833 (addChild() on a non-existent node, no node created, ↵ | Rob Richards | 2007-07-31 | 1 | -3/+6 | |
| | | | | getName() segfaults) | |||||
* | fix possible crash | Rob Richards | 2007-07-31 | 1 | -1/+3 | |
| | ||||||
* | add missing skipifs | Antony Dovgal | 2007-07-16 | 5 | -0/+10 | |
| | ||||||
* | MFB: fix bug #41947 (SimpleXML incorrectly registers empty strings as namespaces | Rob Richards | 2007-07-10 | 2 | -3/+22 | |
| | | | | | add test | |||||
* | Fix behavior of empty($sxe->element) and empty($sxe['prop']) | Sara Golemon | 2007-07-04 | 1 | -0/+10 | |
| | | | | | when used on empty elements properties (apply PHP emptiness rules) | |||||
* | MFB: fix bug #41861 (getNamespaces() returns namespaces of node's siblings) | Rob Richards | 2007-07-03 | 2 | -4/+39 | |
| | | | | | add test | |||||
* | Allow unicode XML | Dmitry Stogov | 2007-07-02 | 1 | -7/+7 | |
| | ||||||
* | MFB: fix bug #41867 (getName is broken) | Rob Richards | 2007-07-02 | 2 | -3/+21 | |
| | | | | | add test | |||||
* | Allowed loading XML from unicode strings | Dmitry Stogov | 2007-06-29 | 1 | -3/+11 | |
| | ||||||
* | MFB:fix memleak in sxe_prop_dim_read() | Nuno Lopes | 2007-06-24 | 1 | -3/+3 | |
| | ||||||
* | Fixed wrong fic for bug #41582 | Dmitry Stogov | 2007-06-13 | 4 | -50/+107 | |
| | ||||||
* | - Fix test | Johannes Schlüter | 2007-06-12 | 1 | -1/+1 | |
| | ||||||
* | fix #41582 (SimpleXML crashes when accessing newly created element) | Antony Dovgal | 2007-06-05 | 2 | -3/+24 | |
| | ||||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -2/+2 | |
| | ||||||
* | fix test names | Antony Dovgal | 2007-05-07 | 1 | -1/+1 | |
| | ||||||
* | MFB: 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 | |||||
* | new test | Antony Dovgal | 2007-02-20 | 1 | -0/+47 | |
| | ||||||
* | fix leak, convert unicode values to string before assigning | Antony Dovgal | 2007-02-20 | 1 | -1/+7 | |
| | | | | | change error message to use zend_error() since there is no active function | |||||
* | fix #38406 (crash when assigning objects to SimpleXML attributes) | Antony Dovgal | 2007-02-20 | 1 | -0/+14 | |
| | ||||||
* | MFB: #40451 (addAttribute() may crash when used with non-existent child node) | Antony Dovgal | 2007-02-12 | 2 | -1/+23 | |
| | ||||||
* | - Implement debug helper | Marcus Boerger | 2007-01-18 | 1 | -11/+35 | |
| | ||||||
* | Fixed tests | Dmitry Stogov | 2007-01-10 | 1 | -8/+1 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 3 | -3/+3 | |
| | ||||||
* | MFB: fix bug #39760 (cloning fails on nested SimpleXML-Object) | Rob Richards | 2006-12-30 | 2 | -0/+65 | |
| | | | | | add test | |||||
* | add missing folding marker | Antony Dovgal | 2006-11-29 | 1 | -0/+1 | |
| | ||||||
* | MFB: correct fix for bug #39662 to fix leak and tree corruption | Rob Richards | 2006-11-29 | 2 | -11/+6 | |
| | | | | | fix test | |||||
* | fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement) | Antony Dovgal | 2006-11-28 | 2 | -0/+59 | |
| | ||||||
* | - Add an extra parameter to the cast_object handler that can be used by | Andrei Zmievski | 2006-10-13 | 1 | -6/+16 | |
| | | | | | | | various types as needed. - Use that parameter to pass a specific converter for IS_UNICODE/IS_STRING types. | |||||
* | MFB | Antony Dovgal | 2006-10-09 | 1 | -2/+2 | |
| | ||||||
* | Disabled autoconversion of hash keys (from string to unicode) for PHP arrays | Dmitry Stogov | 2006-09-19 | 1 | -4/+16 | |
| | ||||||
* | MFB | Nuno Lopes | 2006-09-06 | 1 | -1/+1 | |
| | ||||||
* | Sync with php_trim() API change. | Sebastian Bergmann | 2006-08-16 | 1 | -1/+1 | |
| | ||||||
* | MFB: fix bug #38424 (Different attribute assignment if new or existing) | Rob Richards | 2006-08-14 | 2 | -1/+42 | |
| | | | | | add test | |||||
* | add unicode support | Rob Richards | 2006-08-08 | 57 | -136/+188 | |
| | | | | | update tests (binary string must be passed to simplexml_load_string) | |||||
* | implement zend_unicode_to_string() and zend_string_to_unicode() | Antony Dovgal | 2006-08-08 | 1 | -1/+1 | |
| | | | | | part #2 (of 2) | |||||
* | MFB: asXML() needs to return bool when serializing doc and filename is passed in | Rob Richards | 2006-08-07 | 2 | -51/+54 | |
| | | | | | | 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 | |
| | | | | | (MFB) | |||||
* | fix #38347 (Segmentation fault when using foreach with an unknown/empty ↵ | Antony Dovgal | 2006-08-06 | 2 | -0/+38 | |
| | | | | SimpleXMLElement) | |||||
* | avoid extra strlen() call, we have the length of the data | Antony Dovgal | 2006-08-06 | 1 | -1/+2 | |
| | ||||||
* | comparing libxml documents and nodes is not yet possible and we can't fix it | Antony Dovgal | 2006-08-04 | 1 | -1/+1 | |
| | | | | | fix test instead | |||||
* | unicode_semantics -> unicode.semantics | Antony Dovgal | 2006-06-28 | 1 | -1/+1 | |
| | ||||||
* | Fix/add SKIPIF | Hannes Magnusson | 2006-06-27 | 5 | -0/+10 | |
| | ||||||
* | MFB: saveXML() -> asXML() alias | Hannes Magnusson | 2006-06-26 | 1 | -0/+2 | |
| |