summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-02-28 10:36:12 +0100
committerRemi Collet <remi@php.net>2020-02-28 10:36:12 +0100
commit1b40bb76b9030c7eafc97aafa52ccc354e904311 (patch)
tree44a222b5212579e8ac73e17c8d56433e7375525e
parent7f0d3f1eab7230031b92fe582fc1f33fd5732576 (diff)
downloadphp-git-1b40bb76b9030c7eafc97aafa52ccc354e904311.tar.gz
NEWS
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2dcacc0be0..6ed300daa0 100644
--- a/NEWS
+++ b/NEWS
@@ -52,7 +52,11 @@ PHP NEWS
. Fixed bug #79265 (Improper injection of Host header when using fopen for
http requests). (Miguel Xavier Penha Neto)
-?? ??? ????, PHP 7.4.3
+- Zip:
+ . Fixed bug #79315 (ZipArchive::addFile doesn't honor start/length
+ parameters). (Remi)
+
+20 Feb 2020, PHP 7.4.3
- Core:
. Fixed bug #79146 (cscript can fail to run on some systems). (clarodeus)