Commit fb80f35fdc7 for php.net
commit fb80f35fdc7cb99791fcd3510cadcec739d94a10
Author: Remi Collet <remi@php.net>
Date: Fri Mar 6 09:54:32 2026 +0100
zip is now 1.22.8
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index e08905e3194..18f5c4eddd1 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.7"
+#define PHP_ZIP_VERSION "1.22.8"
#ifdef HAVE_LIBZIP_VERSION
#define LIBZIP_VERSION_STR zip_libzip_version()