php-src/ext/simplexml
Niels Dossche b842ea4fa8 Apply SimpleXML iterator fixes only on master
Many methods in SimpleXML reset the iterator when called. This has the
consequence that mixing these operations with loops can cause infinite
loops, or the loss of iteration data.
Some people may however rely on the resetting behaviour. To prevent
unintended breaks in stable branches, let's only apply the fix to master.

This reverts GH-12193, GH-12229, GG-12247 for stable branches while
keeping them on master, adding a note in UPGRADING as well.
2023-09-30 17:48:05 +02:00
..
tests Apply SimpleXML iterator fixes only on master 2023-09-30 17:48:05 +02:00
config.m4 Make SimpleXMLElement a RecursiveIterator 2020-06-24 15:09:21 +02:00
config.w32 Make SimpleXMLElement a RecursiveIterator 2020-06-24 15:09:21 +02:00
CREDITS
php_simplexml_exports.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_simplexml.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
simplexml_arginfo.h Fix the value param of SimpleXMLElement::addAttribute() 2021-12-22 12:35:59 +01:00
simplexml.c Apply SimpleXML iterator fixes only on master 2023-09-30 17:48:05 +02:00
simplexml.stub.php Fix the value param of SimpleXMLElement::addAttribute() 2021-12-22 12:35:59 +01:00