1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS and UPGRADING for zip 1.22.0

This commit is contained in:
Remi Collet
2023-06-26 16:43:59 +02:00
parent b5638a1202
commit ddb6cadb4c
2 changed files with 19 additions and 0 deletions

8
NEWS
View File

@@ -15,6 +15,14 @@ PHP NEWS
. Fixed bug GH-11514 (PHP 8.3 build fails with --enable-mbstring enabled).
(nielsdos)
- zip:
. zip extension version 1.22.0 for libzip 1.10.0. (Remi)
. add new error macros (ER_DATA_LENGTH and ER_NOT_ALLOWED). (Remi)
. add new archive global flags (ER_AFL_*). (Remi)
. add ZipArchive::setArchiveFlag and ZipArchive::getArchiveFlag methods.
(Remi)
22 Jun 2023, PHP 8.3.0alpha2
- Core:

View File

@@ -240,6 +240,9 @@ PHP 8.3 UPGRADE NOTES
- Sockets:
. Added socket_atmark to checks if the socket is OOB marked.
- Zip:
. Added ZipArchive::setArchiveFlag and ZipArchive::getArchiveFlag methods.
========================================
7. New Classes and Interfaces
========================================
@@ -300,6 +303,14 @@ PHP 8.3 UPGRADE NOTES
. SO_REUSEPORT_LB (FreeBSD only).
. IP_BIND_ADDRESS_NO_PORT (Linux only).
- Zip:
. ZipArchive::ER_DATA_LENGTH (libzip >= 1.10)
. ZipArchive::ER_NOT_ALLOWED (libzip >= 1.10)
. ZipArchive::AFL_RDONLY (libzip >= 1.10)
. ZipArchive::AFL_IS_TORRENTZIP (libzip >= 1.10)
. ZipArchive::AFL_WANT_TORRENTZIP (libzip >= 1.10)
. ZipArchive::AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE (libzip >= 1.10)
========================================
11. Changes to INI File Handling
========================================