summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authortyage <namatyage@gmail.com>2016-06-10 17:17:50 +0900
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-02 15:33:28 +0200
commit4d6f88e2152888e4e4e8ac40c2d4a68d28b6a208 (patch)
tree34ca4137a85dd670713740735e576ab8c3567091 /UPGRADING
parent8a2a9e05a4283b370d4293e7c28bc4ad32785ff7 (diff)
downloadphp-git-4d6f88e2152888e4e4e8ac40c2d4a68d28b6a208.tar.gz
Fix #72374: remove_path strips first char of filename
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 99c41d8adb..302daa57ec 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -280,6 +280,13 @@ PHP 8.0 UPGRADE NOTES
. The XMLWriter functions now accept and return, respectively, XMLWriter
objects instead of resources.
+- Zip:
+ . The remove_path option of ZipArchive::addGlob() and ::addPattern() is now
+ treated as arbitrary string prefix (for consistency with the add_path
+ option), whereas formerly it was treated as directory name. This means that
+ if no trailing directory separator is given, the following character is
+ no longer stripped from the filename.
+
- Zlib:
. gzgetss() has been removed.