summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-03-09 07:09:50 +0100
committerRemi Collet <remi@php.net>2020-03-09 07:09:50 +0100
commited998f8a0dc727be21b3a4b10841c10dbafe5e6d (patch)
tree8a188c9f18b7a73a54c8cb1f45783419998200ac /UPGRADING
parent373a6d82749baf7681127a696374bc0effded5cb (diff)
downloadphp-git-ed998f8a0dc727be21b3a4b10841c10dbafe5e6d.tar.gz
Fix #50678 files extracted by ZipArchive class lost their original modified time
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 4eebd4e49e..41a72c280d 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -449,6 +449,7 @@ PHP 8.0 UPGRADE NOTES
. ZipArchive::addEmptyDir, ZipArchive::addFile and aZipArchive::addFromString
methods have a new "flags" argument. This allow to manage name encoding
(ZipArchive::FL_ENC_*) and entry replacement (ZipArchive::FL_OVERWRITE)
+ . ZipArchive::extractTo now restore file modification time.
========================================
6. New Functions