Skip to content

Commit

Permalink
zip version is now 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Feb 20, 2025
1 parent 352aca1 commit 04a33a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/zip/php_zip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 04a33a1

Please sign in to comment.