1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

fixed typo of bug id (#79599)

This commit is contained in:
Xinchen Hui
2020-05-15 15:43:38 +08:00
parent 446d189aa0
commit 3a3241ced7
+1 -1
View File
@@ -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)