summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2019-12-16 23:45:11 -0800
committerStanislav Malyshev <stas@php.net>2019-12-16 23:45:11 -0800
commit0e413241ec08aa3c13d55c802d9b78feccaef3ef (patch)
tree73ccb6e2ef4bf769d9b4c40fe4d460485f9e9e99
parenta62154564d7caffc80b5917ce1962cea4f3d184a (diff)
downloadphp-git-0e413241ec08aa3c13d55c802d9b78feccaef3ef.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4c32080d3b..db9d5fa8cf 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.3.14
+- Core:
+ . Fixed bug #78943 (mail() may release string with refcount==1 twice).
+ (CVE-2019-11049). (cmb)
+
- CURL:
. Implemented FR #77711 (CURLFile should support UNICODE filenames). (cmb)