From 6118c19ab8b5758bae98332dd9c9ca1131df5b4a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 12:19:27 +0200 Subject: [PATCH] zip is now 1.22.7 --- ext/zip/php_zip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 99409d3fc89..e08905e3194 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -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()