summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-10 11:04:00 +0200
committerAnatol Belski <ab@php.net>2016-09-10 11:04:00 +0200
commit1ed07676e6479b57b3b63fb947d89adf9334a70a (patch)
tree225065509f4ac5903f4d682965725894121ec28b
parent1c789dba7b1d23e8bc283468ef5c84c2eca351e2 (diff)
downloadphp-git-1ed07676e6479b57b3b63fb947d89adf9334a70a.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b848264ae..29bd4ad653 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ PHP NEWS
- Core:
. Fixed bug #73025 (Heap Buffer Overflow in virtual_popen of
zend_virtual_cwd.c). (cmb)
+ . Fixed bug #73058 (crypt broken when salt is 'too' long). (Anatol)
- Filter:
. Fixed bug #72972 (Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and