summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
* fix folding, move protos to the top of the sourcesAntony Dovgal2007-11-301-32/+53
* fix bug #43221 (SimpleXML adding default namespace in addAttribute)Rob Richards2007-11-122-0/+22
* 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
* fix bug #41833 (addChild() on a non-existent node, no node created, getName()...Rob Richards2007-07-311-3/+6
* fix possible crashRob Richards2007-07-311-1/+3
* add missing skipifsAntony Dovgal2007-07-165-0/+10
* MFB: fix bug #41947 (SimpleXML incorrectly registers empty strings as namespacesRob Richards2007-07-102-3/+22
* Fix behavior of empty($sxe->element) and empty($sxe['prop'])Sara Golemon2007-07-041-0/+10
* MFB: fix bug #41861 (getNamespaces() returns namespaces of node's siblings)Rob Richards2007-07-032-4/+39
* Allow unicode XMLDmitry Stogov2007-07-021-7/+7
* MFB: fix bug #41867 (getName is broken)Rob Richards2007-07-022-3/+21
* Allowed loading XML from unicode stringsDmitry Stogov2007-06-291-3/+11
* MFB:fix memleak in sxe_prop_dim_read()Nuno Lopes2007-06-241-3/+3
* Fixed wrong fic for bug #41582Dmitry Stogov2007-06-134-50/+107
* - Fix testJohannes Schlüter2007-06-121-1/+1
* fix #41582 (SimpleXML crashes when accessing newly created element)Antony Dovgal2007-06-052-3/+24
* MFBIlia Alshanetsky2007-05-281-2/+2
* fix test namesAntony Dovgal2007-05-071-1/+1
* MFB: fix bug #37386 (autocreating element doesn't assign value to first node)Rob Richards2007-03-262-4/+38
* new testAntony Dovgal2007-02-201-0/+47
* fix leak, convert unicode values to string before assigningAntony Dovgal2007-02-201-1/+7
* fix #38406 (crash when assigning objects to SimpleXML attributes)Antony Dovgal2007-02-201-0/+14
* MFB: #40451 (addAttribute() may crash when used with non-existent child node)Antony Dovgal2007-02-122-1/+23
* - Implement debug helperMarcus Boerger2007-01-181-11/+35
* Fixed testsDmitry Stogov2007-01-101-8/+1
* Bump year.Sebastian Bergmann2007-01-013-3/+3
* MFB: fix bug #39760 (cloning fails on nested SimpleXML-Object)Rob Richards2006-12-302-0/+65
* add missing folding markerAntony Dovgal2006-11-291-0/+1
* MFB: correct fix for bug #39662 to fix leak and tree corruptionRob Richards2006-11-292-11/+6
* fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)Antony Dovgal2006-11-282-0/+59
* - Add an extra parameter to the cast_object handler that can be used byAndrei Zmievski2006-10-131-6/+16
* MFBAntony Dovgal2006-10-091-2/+2
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-4/+16
* MFBNuno Lopes2006-09-061-1/+1
* Sync with php_trim() API change.Sebastian Bergmann2006-08-161-1/+1
* MFB: fix bug #38424 (Different attribute assignment if new or existing)Rob Richards2006-08-142-1/+42
* add unicode supportRob Richards2006-08-0857-136/+188
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-1/+1
* MFB: asXML() needs to return bool when serializing doc and filename is passed inRob Richards2006-08-072-51/+54
* fix testAntony Dovgal2006-08-061-3/+1
* add testAntony Dovgal2006-08-061-0/+30
* Fix #38354 (Unwanted reformatting of XML when using AsXML)Christian Stocker2006-08-061-2/+2
* fix #38347 (Segmentation fault when using foreach with an unknown/empty Simpl...Antony Dovgal2006-08-062-0/+38
* avoid extra strlen() call, we have the length of the dataAntony Dovgal2006-08-061-1/+2
* comparing libxml documents and nodes is not yet possible and we can't fix itAntony Dovgal2006-08-041-1/+1
* unicode_semantics -> unicode.semanticsAntony Dovgal2006-06-281-1/+1
* Fix/add SKIPIFHannes Magnusson2006-06-275-0/+10