From 04a33a1122d85db004f65d10dc0ab8dd6c578350 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Feb 2025 11:47:51 +0100 Subject: [PATCH] zip version is now 1.22.5 --- 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 4f4750993f990..1a1ffb1da3b8a 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.4" +#define PHP_ZIP_VERSION "1.22.5" #ifdef HAVE_LIBZIP_VERSION #define LIBZIP_VERSION_STR zip_libzip_version()