]> granicus.if.org Git - php/commitdiff
Fix NEWS [ci skip]
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 6 Feb 2020 09:46:38 +0000 (10:46 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 6 Feb 2020 09:49:05 +0000 (10:49 +0100)
This bugfix didn't make it into 7.4.3.

NEWS

diff --git a/NEWS b/NEWS
index b24e85e554337c0be18019c9d9d63938e6f9166a..58c28445beba349247463eb8c5a1e526328d2fac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP                                                                        NEWS
 
 ?? ??? ????, PHP 7.4.4
 
+- CURL:
+  . Fixed bug #79019 (Copied cURL handles upload empty file). (cmb)
+
 - PCRE:
   . Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
     and unicode). (Nikita)
@@ -23,7 +26,6 @@ PHP                                                                        NEWS
 - CURL:
   . Fixed bug #79078 (Hypothetical use-after-free in curl_multi_add_handle()).
     (cmb)
-  . Fixed bug #79019 (Copied cURL handles upload empty file). (cmb)
 
 - FFI:
   . Fixed bug #79096 (FFI Struct Segfault). (cmb)