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

Merge branch 'PHP-8.5'

* PHP-8.5:
  zip is now 1.22.7
This commit is contained in:
Remi Collet
2025-09-25 12:19:53 +02:00

View File

@@ -39,7 +39,7 @@ extern zend_module_entry zip_module_entry;
/* Additionnal flags not from libzip */
#define ZIP_FL_OPEN_FILE_NOW (1u<<30)
#define PHP_ZIP_VERSION "1.22.6"
#define PHP_ZIP_VERSION "1.22.7"
#ifdef HAVE_LIBZIP_VERSION
#define LIBZIP_VERSION_STR zip_libzip_version()