summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b24e85e554..58c28445be 100644
--- 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)