From: Anatol Belski Date: Mon, 29 Aug 2016 19:23:20 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.11RC1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bcae9d5866ee53a68f1a5195723ba8a210f59ef;p=php update NEWS --- diff --git a/NEWS b/NEWS index 522076e9c7..8ad7e8ae79 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP NEWS (Nikita) . Fixed bug #72854 (PHP Crashes on duplicate destructor call). (Nikita) . Fixed bug #72857 (stream_socket_recvfrom read access violation). (Anatol) + . 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).