#
2b10c53a |
| 18-Mar-2008 |
Felipe Pena |
MFH: Dropped zend.ze1_compatibility_mode [DOC] |
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
d1459b85 |
| 31-Jan-2008 |
Rob Richards |
MFH: fix bug #42369 (Implicit conversion to string leaks memory) add test |
#
58433c9b |
| 29-Jan-2008 |
Dmitry Stogov |
Fixed bug #43918 (Segmentation fault in garbage collector) |
#
a5505302 |
| 23-Jan-2008 |
Antony Dovgal |
fix leak appearing when appending data to unnamed attribute |
#
10a0f206 |
| 22-Jan-2008 |
Marcus Boerger |
- MFH Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus) |
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2. |
Revision tags: php-4.4.8RC1 |
|
#
f5b1ee4b |
| 30-Nov-2007 |
Antony Dovgal |
MFH: fix folding |
Revision tags: RELEASE_1_2_3 |
|
#
5d10360d |
| 12-Nov-2007 |
Rob Richards |
MFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute) add test |
Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
8ce1211a |
| 11-Oct-2007 |
Marcus Boerger |
- MFH debug object helper |
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses |
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) |
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1 |
|
#
e0a2d149 |
| 31-Jul-2007 |
Rob Richards |
MFH: fix bug #41833 (addChild() on a non-existent node, no node created, getName() segfaults) |
#
ce582024 |
| 31-Jul-2007 |
Rob Richards |
MFH: fix possible crash |
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
796d9cd7 |
| 10-Jul-2007 |
Rob Richards |
fix bug #41947 (SimpleXML incorrectly registers empty strings as namespaces add test |
#
1ac512f5 |
| 04-Jul-2007 |
Sara Golemon |
MFH (r-1.240) Fix behavior of empty($sxe->element) and empty($sxe['prop']) when used on empty elements properties (apply PHP emptiness rules) |
#
d6756845 |
| 03-Jul-2007 |
Rob Richards |
fix bug #41861 (getNamespaces() returns namespaces of node's siblings) add test |
#
4938221a |
| 02-Jul-2007 |
Rob Richards |
fix bug #41867 (getName is broken) add test |
#
7f47814c |
| 24-Jun-2007 |
Nuno Lopes |
fix memleak in sxe_prop_dim_read() #found by coverity |
#
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) |