summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* 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-0611-10/+683
* - 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
* Committting tests for Olafur WaageZoe Slattery2008-10-022-0/+53
* MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested a...Rob Richards2008-09-112-3/+55
* MFH: fix bug #46003 (isset on nonexisting node return unexpected results)Rob Richards2008-09-102-1/+31
* MFH: fix bug #45553 (Using XPath for attributes with a namespace does not work)Rob Richards2008-09-102-1/+32
* 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-093-3/+80
* - Added arginfoFelipe Pena2008-06-271-3/+29
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-3/+5
* - Added XFAILFelipe Pena2008-06-231-0/+1
* 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-032-0/+44
* MFH: fix bug #44478 (Inconsistent behaviour when assigning new nodes)Rob Richards2008-03-202-10/+27
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-46/+1
* count() before and after a simplexml array cast should be the sameRasmus Lerdorf2008-02-281-0/+22
* MFH: fix bug #42369 (Implicit conversion to string leaks memory)Rob Richards2008-01-312-0/+30
* Fixed bug #43918 (Segmentation fault in garbage collector)Dmitry Stogov2008-01-291-0/+3
* use expectFAntony Dovgal2008-01-231-1/+1
* fix testAntony Dovgal2008-01-231-0/+3
* fix leak appearing when appending data to unnamed attributeAntony Dovgal2008-01-232-7/+28
* - MFH Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)Marcus Boerger2008-01-222-4/+20
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
* MFH: fix foldingAntony Dovgal2007-11-301-37/+58
* MFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute)Rob Richards2007-11-122-0/+22
* - 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-102-3/+22
* MFH (r-1.240)Sara Golemon2007-07-041-0/+10
* fix bug #41861 (getNamespaces() returns namespaces of node's siblings)Rob Richards2007-07-032-4/+39
* fix bug #41867 (getName is broken)Rob Richards2007-07-022-3/+21
* fix memleak in sxe_prop_dim_read()Nuno Lopes2007-06-241-3/+3
* Fixed wrong fix for bug #41582Dmitry Stogov2007-06-134-48/+100
* - MFH: Fix testJohannes Schlüter2007-06-121-1/+1
* MFH: fix #41582 (SimpleXML crashes when accessing newly created element)Antony Dovgal2007-06-052-3/+25
* fix test namesAntony Dovgal2007-05-071-1/+1
* Fixed error message to reflect the checkIlia Alshanetsky2007-04-241-1/+1
* Fixed bug #41175 (addAttribute() fails to add an attribute with an emptyIlia Alshanetsky2007-04-242-1/+17
* fix bug #37386 (autocreating element doesn't assign value to first node)Rob Richards2007-03-262-4/+38
* MFH: fix leak and errmsgAntony Dovgal2007-02-202-1/+37