#
3a0a2af5 |
| 20-Apr-2010 |
Felipe Pena |
- Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)
|
#
94dd8372 |
| 20-Apr-2010 |
Dmitry Stogov |
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
|
Revision tags: php-5.3.2 |
|
#
8c634336 |
| 25-Feb-2010 |
Kalle Sommer Nielsen |
Added parameter parsing check to SimpleXMLElement::count()
|
Revision tags: php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2 |
|
#
b6b56ba8 |
| 07-Oct-2009 |
Ilia Alshanetsky |
Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning). # original patch by wmeler at wp-sa dot pl
|
Revision tags: oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2 |
|
#
4ed202e1 |
| 11-Jun-2009 |
Hannes Magnusson |
MFH: Mark spl as required and fix extension loading order # Not needed in 5.2 as the simplexmliterator is part of spl there
|
Revision tags: php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1 |
|
#
0328eaea |
| 03-Feb-2009 |
David Coallier |
- Fixed Bug #46048 (SimpleXML top-level @attributes not part of iterator) - Added test for bug #46048
|
Revision tags: php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
#
5690e188 |
| 26-Dec-2008 |
Rob Richards |
MFH: properly export functions
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4 |
|
#
3919b16f |
| 19-Nov-2008 |
Etienne Kneuss |
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
|
#
fc2fb50d |
| 17-Nov-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
27e41ff4 |
| 06-Nov-2008 |
Etienne Kneuss |
MFH: Fix #45976 (Move SXE from SPL to SimpleXML)
|
#
7a37fa2d |
| 02-Nov-2008 |
Felipe Pena |
- Revert ZEND_BEGIN_ARG_INFO change
|
#
df100055 |
| 24-Oct-2008 |
Felipe Pena |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
Revision tags: php-5.2.7RC2 |
|
#
1d5ba8bb |
| 21-Oct-2008 |
Arnaud Le Blanc |
MFH: initialize optional vars
|
#
2f3b8856 |
| 20-Oct-2008 |
Rob Richards |
MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)
|
#
5058774e |
| 16-Oct-2008 |
Alexey Zakhlestin |
propagated const, to avoid "discards qualifiers from pointer target type" errors
|
Revision tags: php-5.2.7RC1 |
|
#
dea7f49f |
| 11-Sep-2008 |
Rob Richards |
MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested array) add test
|
#
dcda8d83 |
| 10-Sep-2008 |
Rob Richards |
MFH: fix bug #46003 (isset on nonexisting node return unexpected results) add test
|
#
6d59a6d6 |
| 10-Sep-2008 |
Rob Richards |
MFH: fix bug #45553 (Using XPath for attributes with a namespace does not work) add test
|
#
c77ca4c3 |
| 08-Aug-2008 |
Etienne Kneuss |
MFH: Fix error_handling usage in various extensions
|
Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1 |
|
#
003841e3 |
| 09-Jul-2008 |
Etienne Kneuss |
MFH: Move SXI::count to SXE::count and make it user-friendly
|
#
2675046a |
| 27-Jun-2008 |
Felipe Pena |
- Added arginfo
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
33cb218c |
| 23-May-2008 |
Ilia Alshanetsky |
When dumping entire document to file via asXml() don't lose the encoding
|
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
57b8e839 |
| 03-May-2008 |
Etienne Kneuss |
MFH: Fix #44484 (define SimpleXMLElement::__toString())
|