* PHP-7.3:
Fix #63206: Fully support error/exception_handler stacking, even with null or inside the handler
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.16
+
+?? ??? ????, PHP 7.4.4
- Core:
+ . Fixed bug #79244 (php crashes during parsing INI file). (Laruence)
+ . Fixed bug #63206 (restore_error_handler does not restore previous errors
+ mask). (Mark Plomer)
- COM:
. Fixed bug #66322 (COMPersistHelper::SaveToFile can save to wrong location).