Update NEWS

This commit is contained in:
Davey Shafik 2016-08-30 19:47:50 -07:00
parent 12ee17d5e0
commit 11f0f97160

1
NEWS
View File

@ -8,6 +8,7 @@ PHP NEWS
. Fixed bug #72598 (Reference is lost after array_slice()) (Nikita)
. Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by
password_verify). (Anatol)
. Implement \ArgumentCountError when passing in too few arguments (Davey)
- COM:
. Fixed bug #72922 (COM called from PHP does not return out parameters).