Update NEWS

This commit is contained in:
Xinchen Hui 2018-04-10 16:33:31 +08:00
parent 474895915e
commit 22a8ea2a0a

3
NEWS
View File

@ -33,6 +33,9 @@ PHP NEWS
- Opcache:
. Fixed bug #76094 (Access violation when using opcache). (Laruence)
- phpdbg:
. Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite). (Laruence)
- SPL:
. Fixed bug #76131 (mismatch arginfo for splarray constructor).
(carusogabriel)