File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ PHP NEWS
1515 . Fixed bug GH-11514 (PHP 8.3 build fails with --enable-mbstring enabled).
1616 (nielsdos)
1717
18+ - zip:
19+ . zip extension version 1.22.0 for libzip 1.10.0. (Remi)
20+ . add new error macros (ER_DATA_LENGTH and ER_NOT_ALLOWED). (Remi)
21+ . add new archive global flags (ER_AFL_*). (Remi)
22+ . add ZipArchive::setArchiveFlag and ZipArchive::getArchiveFlag methods.
23+ (Remi)
24+
25+
182622 Jun 2023, PHP 8.3.0alpha2
1927
2028- Core:
Original file line number Diff line number Diff line change @@ -240,6 +240,9 @@ PHP 8.3 UPGRADE NOTES
240240- Sockets:
241241 . Added socket_atmark to checks if the socket is OOB marked.
242242
243+ - Zip:
244+ . Added ZipArchive::setArchiveFlag and ZipArchive::getArchiveFlag methods.
245+
243246========================================
2442477. New Classes and Interfaces
245248========================================
@@ -300,6 +303,14 @@ PHP 8.3 UPGRADE NOTES
300303 . SO_REUSEPORT_LB (FreeBSD only).
301304 . IP_BIND_ADDRESS_NO_PORT (Linux only).
302305
306+ - Zip:
307+ . ZipArchive::ER_DATA_LENGTH (libzip >= 1.10)
308+ . ZipArchive::ER_NOT_ALLOWED (libzip >= 1.10)
309+ . ZipArchive::AFL_RDONLY (libzip >= 1.10)
310+ . ZipArchive::AFL_IS_TORRENTZIP (libzip >= 1.10)
311+ . ZipArchive::AFL_WANT_TORRENTZIP (libzip >= 1.10)
312+ . ZipArchive::AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE (libzip >= 1.10)
313+
303314========================================
30431511. Changes to INI File Handling
305316========================================
You can’t perform that action at this time.
0 commit comments