Skip to content

Commit

Permalink
zip version bump to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 15, 2022
1 parent 946cdb8 commit ef4c20d
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 @@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif

#define PHP_ZIP_VERSION "1.21.0"
#define PHP_ZIP_VERSION "1.21.1"

#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)

Expand Down

0 comments on commit ef4c20d

Please sign in to comment.