php-src/ext/simplexml
Niels Dossche ba0853888d
Fix GH-18304: Changing the properties of a DateInterval through dynamic properties triggers a SegFault
For dynamic fetches the cache_slot will be NULL, so we have to check for
that when resetting the cache. For zip and xmlreader this couldn't
easily be tested because of a lack of writable properties.

Closes GH-18307.
2025-04-11 23:33:58 +02:00
..
tests Fix GH-18304: Changing the properties of a DateInterval through dynamic properties triggers a SegFault 2025-04-11 23:33:58 +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.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_simplexml_exports.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
simplexml.c Fix GH-18304: Changing the properties of a DateInterval through dynamic properties triggers a SegFault 2025-04-11 23:33:58 +02:00
simplexml.stub.php Fix the value param of SimpleXMLElement::addAttribute() 2021-12-22 12:35:59 +01:00
simplexml_arginfo.h Fix the value param of SimpleXMLElement::addAttribute() 2021-12-22 12:35:59 +01:00