summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2020-05-15 15:43:38 +0800
committerXinchen Hui <laruence@gmail.com>2020-05-15 15:43:38 +0800
commit3a3241ced795aef48665c9a2233043da0fcd5a8c (patch)
treeb2186454508d632b15865f01ec9556a776837200
parent446d189aa00dcca5eb66a78a26bb92cf8d919343 (diff)
downloadphp-git-3a3241ced795aef48665c9a2233043da0fcd5a8c.tar.gz
fixed typo of bug id (#79599)
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b4af9f5446..948e869ba9 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)