From 3a3241ced795aef48665c9a2233043da0fcd5a8c Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Fri, 15 May 2020 15:43:38 +0800 Subject: [PATCH] fixed typo of bug id (#79599) --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b4af9f54462..948e869ba90 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP NEWS ?? ??? ????, PHP 7.4.7 - Core: - . Fixed bug #97599 (coredump in set_error_handler). (Laruence) + . Fixed bug #79599 (coredump in set_error_handler). (Laruence) . Fixed bug #79566 (Private SHM is not private on Windows). (cmb) . Fixed bug #79489 (.user.ini does not inherit). (cmb)