zip ext is now 1.17.1

This commit is contained in:
Remi Collet 2020-02-03 11:37:20 +01:00
parent d6b04bfbd5
commit c2a61c9d06

View File

@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif
#define PHP_ZIP_VERSION "1.17.0"
#define PHP_ZIP_VERSION "1.17.1"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)