From: Anatol Belski Date: Mon, 29 Aug 2016 19:26:13 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0RC1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bb5b6e8a3b28ecd53f2acff169d820f53460fad;p=php update NEWS --- diff --git a/NEWS b/NEWS index 97169e7879..f62cd734ff 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ PHP NEWS . Fixed bug #72944 (Null pointer deref in zval_delref_p). (Dmitry) . Fixed bug #72943 (assign_dim on string doesn't reset hval). (Laruence) . 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) - COM: . Fixed bug #72922 (COM called from PHP does not return out parameters).