| Commit message (Expand) | Author | Age | Files | Lines |
* | Added parameter parsing check to SimpleXMLElement::count() | Kalle Sommer Nielsen | 2010-02-25 | 1 | -1/+5 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning). | Ilia Alshanetsky | 2009-10-07 | 1 | -0/+2 |
* | Fix extension loading order | Hannes Magnusson | 2009-06-10 | 1 | -0/+1 |
* | - Dropped *_TEXT* macros in favor of unicode macros direct usage | Felipe Pena | 2009-05-25 | 1 | -2/+2 |
* | Fixed Windows build, declarations first ladies and gentlemen | Kalle Sommer Nielsen | 2009-03-30 | 1 | -6/+5 |
* | - Removed: | Felipe Pena | 2009-03-26 | 1 | -40/+23 |
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
* | - MFB (Fixed Bug #46048: SimpleXML top-level @attributes not in iterator). | David Coallier | 2009-02-04 | 1 | -1/+1 |
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | properly export functions | Rob Richards | 2008-12-26 | 1 | -3/+3 |
* | Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -0/+1 |
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -3/+0 |
* | Fix #45976 (Move SXE from SPL to SimpleXML) | Etienne Kneuss | 2008-11-06 | 1 | -12/+2 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+3 |
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -3/+0 |
* | initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
* | fix bug #46323 (compilation of simplexml for NetWare breaks) | Rob Richards | 2008-10-20 | 1 | -1/+1 |
* | MFB: propagated const, to avoid "discards qualifiers from pointer target type... | Alexey Zakhlestin | 2008-10-16 | 1 | -2/+2 |
* | fix bug #46047 (SimpleXML converts empty nodes into object with nested array) | Rob Richards | 2008-09-11 | 1 | -7/+11 |
* | fix bug #46003 (isset on nonexisting node return unexpected results) | Rob Richards | 2008-09-10 | 1 | -1/+1 |
* | fix bug #45553 (Using XPath for attributes with a namespace does not work) | Rob Richards | 2008-09-10 | 1 | -1/+1 |
* | Fix error_handling usage in various extensions | Etienne Kneuss | 2008-08-08 | 1 | -12/+12 |
* | Move SXI::count to SXE::count and make it user-friendly | Etienne Kneuss | 2008-07-09 | 1 | -3/+57 |
* | - MFB: Added arginfo | Felipe Pena | 2008-06-27 | 1 | -3/+29 |
* | MFB:When dumping entire document to file via asXml() don't lose the encoding | Ilia Alshanetsky | 2008-05-23 | 1 | -1/+1 |
* | Fix #44484 (define SimpleXMLElement::__toString()) | Etienne Kneuss | 2008-05-03 | 1 | -0/+18 |
* | fix bug #44478 (Inconsistent behaviour when assigning new nodes) | Rob Richards | 2008-03-20 | 1 | -10/+3 |
* | fix bug #42369 (Implicit conversion to string leaks memory) | Rob Richards | 2008-01-31 | 1 | -0/+5 |
* | Fixed bug #43918 (Segmentation fault in garbage collector) | Dmitry Stogov | 2008-01-29 | 1 | -0/+3 |
* | MFH: fix leak appearing when appending data to unnamed attribute | Antony Dovgal | 2008-01-23 | 1 | -7/+15 |
* | - Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus) | Marcus Boerger | 2008-01-22 | 1 | -4/+6 |
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | 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 | 1 | -0/+7 |
* | 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, getName()... | Rob Richards | 2007-07-31 | 1 | -3/+6 |
* | fix possible crash | Rob Richards | 2007-07-31 | 1 | -1/+3 |
* | MFB: fix bug #41947 (SimpleXML incorrectly registers empty strings as namespaces | Rob Richards | 2007-07-10 | 1 | -3/+8 |
* | Fix behavior of empty($sxe->element) and empty($sxe['prop']) | Sara Golemon | 2007-07-04 | 1 | -0/+10 |
* | MFB: fix bug #41861 (getNamespaces() returns namespaces of node's siblings) | Rob Richards | 2007-07-03 | 1 | -4/+1 |
* | Allow unicode XML | Dmitry Stogov | 2007-07-02 | 1 | -7/+7 |
* | MFB: fix bug #41867 (getName is broken) | Rob Richards | 2007-07-02 | 1 | -3/+7 |
* | 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 | 1 | -35/+78 |
* | fix #41582 (SimpleXML crashes when accessing newly created element) | Antony Dovgal | 2007-06-05 | 1 | -3/+9 |
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -2/+2 |
* | MFB: fix bug #37386 (autocreating element doesn't assign value to first node) | Rob Richards | 2007-03-26 | 1 | -4/+13 |