History log of /PHP-5.5/ext/simplexml/simplexml.c (Results 101 – 125 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f018ec90 13-Jun-2007 Dmitry Stogov

Fixed wrong fix for bug #41582


# 5d8ae453 05-Jun-2007 Antony Dovgal

MFH: fix #41582 (SimpleXML crashes when accessing newly created element)


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2
# af7a7a4e 24-Apr-2007 Ilia Alshanetsky

Fixed error message to reflect the check


# bc9f8f58 24-Apr-2007 Ilia Alshanetsky

Fixed bug #41175 (addAttribute() fails to add an attribute with an empty
value).


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# b7c2eb32 26-Mar-2007 Rob Richards

fix bug #37386 (autocreating element doesn't assign value to first node)
all single SimpleXMLElements are addressable using offset 0
use correct node for xpath context node
add test


Revision tags: php-4.4.6, php-4.4.6RC1
# 180baf01 20-Feb-2007 Antony Dovgal

MFH: fix leak and errmsg
add test


# e7544f28 20-Feb-2007 Antony Dovgal

MFH: fix #38406 (crash when assigning objects to SimpleXML attributes)


Revision tags: php-4.4.5
# 2c31b1e1 12-Feb-2007 Antony Dovgal

fix #40451 (addAttribute() may crash when used with non-existent child node)


Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 604f18c2 30-Dec-2006 Rob Richards

fix bug #39760 (cloning fails on nested SimpleXML-Object)
add test


Revision tags: php-5.2.1RC1
# 4cc29fef 29-Nov-2006 Antony Dovgal

MFH


# d5d1801d 29-Nov-2006 Rob Richards

correct fix for bug #39662 to fix leak and tree corruption
fix test


# d55eb93c 28-Nov-2006 Antony Dovgal

MFH: fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4
# b772a832 06-Sep-2006 Nuno Lopes

fix one more parameter (int*->int)


Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4
# a0c941aa 14-Aug-2006 Rob Richards

fix bug #38424 (Different attribute assignment if new or existing)
add test


Revision tags: php-4.4.4RC1, php-5.1.5RC1
# ee82fb78 07-Aug-2006 Rob Richards

should be RETURN_ not RETVAL_


# 65ae8773 07-Aug-2006 Rob Richards

asXML() needs to return bool when serializing doc and filename is passed in
do not copy the content of the outputbuffer twice in asXML()
fix compiler warnings


# 42982ac3 06-Aug-2006 Christian Stocker

Fix #38354 (Unwanted reformatting of XML when using AsXML)


# 07b5c8fe 06-Aug-2006 Antony Dovgal

MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement)


# 218aa04f 06-Aug-2006 Antony Dovgal

avoid extra strlen() call


Revision tags: php-4.4.3, php-5.2.0RC1, php-4.4.3RC2
# ae1ec656 26-Jun-2006 Hannes Magnusson

Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML()


# d6a526d6 06-Jun-2006 Rob Richards

restore missing ze1 compat code


# 66b90c70 05-Jun-2006 Zeev Suraski

Final ze1_compat restoration - it was mostly done by hand, so if anybody
spots any (new) problems, let me know. Test wise, the same tests that
failed before are failing now.


Revision tags: BEFORE_NEW_OUTPUT_API
# 200c627a 23-May-2006 Marcus Boerger

- MFH Sync with head (namespace prefix handling)


# 64701cf4 23-May-2006 Marcus Boerger

- MFH Bugfix #37565


12345678910>>...13