File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ PHP NEWS
15
15
. Fixed bug GH-11514 (PHP 8.3 build fails with --enable-mbstring enabled).
16
16
(nielsdos)
17
17
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
+
18
26
22 Jun 2023, PHP 8.3.0alpha2
19
27
20
28
- Core:
Original file line number Diff line number Diff line change @@ -240,6 +240,9 @@ PHP 8.3 UPGRADE NOTES
240
240
- Sockets:
241
241
. Added socket_atmark to checks if the socket is OOB marked.
242
242
243
+ - Zip:
244
+ . Added ZipArchive::setArchiveFlag and ZipArchive::getArchiveFlag methods.
245
+
243
246
========================================
244
247
7. New Classes and Interfaces
245
248
========================================
@@ -300,6 +303,14 @@ PHP 8.3 UPGRADE NOTES
300
303
. SO_REUSEPORT_LB (FreeBSD only).
301
304
. IP_BIND_ADDRESS_NO_PORT (Linux only).
302
305
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
+
303
314
========================================
304
315
11. Changes to INI File Handling
305
316
========================================
You can’t perform that action at this time.
0 commit comments