* PHP-7.3:
Fix #79489: .user.ini does not inherit
- Core:
. Fixed bug #79566 (Private SHM is not private on Windows). (cmb)
+ . Fixed bug #79489 (.user.ini does not inherit). (cmb)
-- Opcache:
- . Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
- (Nikita)
+- FFI:
+ . Fixed bug #79571 (FFI: var_dumping unions may segfault). (cmb)
+
+- SimpleXML:
+ . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
+ 7.4.4). (cmb)
- Standard:
. Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)