mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[ci skip] bump zip version
This commit is contained in:
parent
e055e12a2c
commit
94e26dc895
1 changed files with 1 additions and 1 deletions
|
@ -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.1"
|
||||
#define PHP_ZIP_VERSION "1.22.2"
|
||||
|
||||
#ifdef HAVE_LIBZIP_VERSION
|
||||
#define LIBZIP_VERSION_STR zip_libzip_version()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue