#
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
|
Revision tags: php-4.4.3RC1 |
|
#
09b741ff |
| 17-May-2006 |
Marcus Boerger |
- MFH Proto fix/add
|
#
0dacd6d5 |
| 10-May-2006 |
Marcus Boerger |
- ze1 cleanup (bjori) /thx
|
#
77c1b56c |
| 10-May-2006 |
Marcus Boerger |
- Update after api changes
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
011266f7 |
| 14-Apr-2006 |
Marcus Boerger |
- MFH Fix properties access to children() result
|
#
45b64e7a |
| 10-Apr-2006 |
Marcus Boerger |
- Coverity issue 59
|
#
0f510a6a |
| 03-Apr-2006 |
Antony Dovgal |
#ifdef new functions and use their bodies to make PECL extensions compile with PHP < 5.1.3 (as was agreed with Ilia)
|