From: Xinchen Hui Date: Sun, 3 Jul 2016 01:31:06 +0000 (+0800) Subject: update NEWS X-Git-Tag: php-7.1.0alpha3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fe4bff79ca075201687e79335b38bf2cc8599ca;p=php update NEWS --- diff --git a/NEWS b/NEWS index 830763a92f..dff79221b3 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,9 @@ PHP NEWS . Fixed bug #70628 (Clearing bindings on an SQLite3 statement doesn't work). (cmb) +- Session: + . Fixed bug #72531 (ps_files_cleanup_dir Buffer overflow). (Laruence) + - Standard: . Implemented RFC: More precise float values. (Jakub Zelenka, Yasuo) . array_multisort now uses zend_sort instead zend_qsort. (Laruence)