Skip to content

Commit 6c14020

Browse files
committed
ext/zip: code refactoring.
- change few helpers signatures. - ZipArchive::extractTo now accepts only string entries for the files list. close phpGH-20218
1 parent 7ba7b30 commit 6c14020

File tree

3 files changed

+111
-196
lines changed

3 files changed

+111
-196
lines changed

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ PHP 8.6 UPGRADE NOTES
5151
- Phar:
5252
. Phar::mungServer() now supports reference values.
5353

54+
- Zip:
55+
. ZipArchive::extractTo now raises a TypeError for the
56+
files argument if one or more of the entries is not
57+
a string.
58+
5459
========================================
5560
6. New Functions
5661
========================================

0 commit comments

Comments
 (0)