summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
Commit message (Expand)AuthorAgeFilesLines
...
* | fix crash with entity declarationsRob Richards2010-12-271-14/+16
* | - revert fix for #52655, rev. 302614Pierre Joye2010-08-231-1/+1
* | Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing...Kalle Sommer Nielsen2010-08-211-1/+1
* | Fixed a possible crash because of recursive GC invocationDmitry Stogov2010-05-171-0/+3
* | fix bug #48601 (xpath() returns FALSE for legitimate query)Rob Richards2010-05-051-21/+19
* | - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)Felipe Pena2010-04-201-3/+8
* | Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-5/+5
|/
* Added parameter parsing check to SimpleXMLElement::count()Kalle Sommer Nielsen2010-02-251-1/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).Ilia Alshanetsky2009-10-071-1/+2
* MFH: Mark spl as required and fix extension loading orderHannes Magnusson2009-06-111-0/+1
* - Fixed Bug #46048 (SimpleXML top-level @attributes not part of iterator)David Coallier2009-02-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: properly export functionsRob Richards2008-12-261-3/+3
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-0/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-3/+0
* MFH: Fix #45976 (Move SXE from SPL to SimpleXML)Etienne Kneuss2008-11-061-8/+3
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+3
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-3/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)Rob Richards2008-10-201-1/+1
* propagated const, to avoid "discards qualifiers from pointer target type" errorsAlexey Zakhlestin2008-10-161-2/+2
* MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested a...Rob Richards2008-09-111-3/+7
* MFH: fix bug #46003 (isset on nonexisting node return unexpected results)Rob Richards2008-09-101-1/+1
* MFH: fix bug #45553 (Using XPath for attributes with a namespace does not work)Rob Richards2008-09-101-1/+1
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-3/+3
* MFH: Move SXI::count to SXE::count and make it user-friendlyEtienne Kneuss2008-07-091-3/+57
* - Added arginfoFelipe Pena2008-06-271-3/+29
* When dumping entire document to file via asXml() don't lose the encodingIlia Alshanetsky2008-05-231-1/+1
* MFH: Fix #44484 (define SimpleXMLElement::__toString())Etienne Kneuss2008-05-031-0/+18
* MFH: fix bug #44478 (Inconsistent behaviour when assigning new nodes)Rob Richards2008-03-201-10/+3
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-46/+1
* MFH: fix bug #42369 (Implicit conversion to string leaks memory)Rob Richards2008-01-311-0/+5
* Fixed bug #43918 (Segmentation fault in garbage collector)Dmitry Stogov2008-01-291-0/+3
* fix leak appearing when appending data to unnamed attributeAntony Dovgal2008-01-231-7/+15
* - MFH Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)Marcus Boerger2008-01-221-4/+6
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: fix foldingAntony Dovgal2007-11-301-37/+58
* MFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute)Rob Richards2007-11-121-0/+7
* - MFH debug object helperMarcus Boerger2007-10-111-26/+52
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-9/+9
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* MFH: fix bug #41833 (addChild() on a non-existent node, no node created, getN...Rob Richards2007-07-311-3/+6
* MFH: fix possible crashRob Richards2007-07-311-1/+3
* fix bug #41947 (SimpleXML incorrectly registers empty strings as namespacesRob Richards2007-07-101-3/+8
* MFH (r-1.240)Sara Golemon2007-07-041-0/+10
* fix bug #41861 (getNamespaces() returns namespaces of node's siblings)Rob Richards2007-07-031-4/+1
* fix bug #41867 (getName is broken)Rob Richards2007-07-021-3/+7
* fix memleak in sxe_prop_dim_read()Nuno Lopes2007-06-241-3/+3
* Fixed wrong fix for bug #41582Dmitry Stogov2007-06-131-32/+77