[ci skip] Update NEWS

This commit is contained in:
Stanislav Malyshev 2021-01-04 01:46:32 -08:00
parent ec589a27da
commit e65932060a

2
NEWS
View File

@ -73,6 +73,8 @@ PHP NEWS
. Fixed bug #76813 (Access violation near NULL on source operand). (cmb)
- Standard:
. Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
(CVE-2020-7071) (cmb)
. Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
. Fixed bug #80411 (References to null-serialized object break serialize()).
(Nikita)