[php-src] master: bump zip extension version to 1.22.6

From: Date: Wed, 07 May 2025 12:35:13 +0000
Subject: [php-src] master: bump zip extension version to 1.22.6
Groups: php.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Remi Collet (remicollet)
Date: 2025-05-07T14:24:07+02:00

Commit: https://github.com/php/php-src/commit/71ffa9596a9c7b5c58f6da625fb3fe44cfce2778
Raw diff: https://github.com/php/php-src/commit/71ffa9596a9c7b5c58f6da625fb3fe44cfce2778.diff

bump zip extension version to 1.22.6

Changed paths:
  M  ext/zip/php_zip.h


Diff:

diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index 1a1ffb1da3b8..99409d3fc89d 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.5"
+#define PHP_ZIP_VERSION "1.22.6"
 
 #ifdef HAVE_LIBZIP_VERSION
 #define LIBZIP_VERSION_STR zip_libzip_version()


Thread (1 message)

  • Remi Collet
« previous php.cvs (#134090) next »