- SimpleXML:
. Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita)
+ . Fixed bug #72957 (Null coalescing operator doesn't behave as expected with
+ SimpleXMLElement). (Nikita)
- Standard:
- . Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri
- Kenttä)
- . Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb)
+ . Fixed bug #72920 (Accessing a private constant using constant() creates
+ an exception AND warning). (Laruence)
. Fixed bug #65550 (get_browser() incorrectly parses entries with "+" sign).
(cmb)
. Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).