]> granicus.if.org Git - php/commitdiff
Update NEWS
authorDavey Shafik <me@daveyshafik.com>
Wed, 31 Aug 2016 02:47:50 +0000 (19:47 -0700)
committerDavey Shafik <me@daveyshafik.com>
Wed, 31 Aug 2016 02:47:50 +0000 (19:47 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 7d32208695a576c1000b92902abba4ecda61dea1..cc6ecfa9e627bbf33ca0a0b68dddd443026c6c96 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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).