[php-src] master: Merge branch 'PHP-8.4'

From: Date: Wed, 07 May 2025 12:35:14 +0000
Subject: [php-src] master: Merge branch 'PHP-8.4'
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:22+02:00

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

Merge branch 'PHP-8.4'

* PHP-8.4:
  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 340e9fe09581..01d6c3d10133 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 (#134091) next »