summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-10 11:02:17 +0200
committerAnatol Belski <ab@php.net>2016-09-10 11:02:17 +0200
commit6c9d37d059da310dd1b8ac6457ef045ee1c464fb (patch)
tree698dd31825c9c87eb63e761aa50ca1fd1d3e8d59
parent669fda00b75a0d361810429e0ef53f6c740b1727 (diff)
downloadphp-git-6c9d37d059da310dd1b8ac6457ef045ee1c464fb.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 831293f7cc..e7b8becb2c 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