diff options
author | Remi Collet <remi@php.net> | 2020-01-29 14:26:03 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2020-01-29 14:26:03 +0100 |
commit | b8d635cd221ea1afe883187955b8ae8315c36043 (patch) | |
tree | 8b8cf7d3bc1a76e9443babb07e7238438bef5330 /ext/zip/php_zip.h | |
parent | 272698d7fd39ffb1e2bba564763229aa88e56938 (diff) | |
download | php-git-b8d635cd221ea1afe883187955b8ae8315c36043.tar.gz |
zip extension version is now 1.16.1
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r-- | ext/zip/php_zip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index d1f46ea4ea..1eb100d45f 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry; #define ZIP_OVERWRITE ZIP_TRUNCATE #endif -#define PHP_ZIP_VERSION "1.16.0" +#define PHP_ZIP_VERSION "1.16.1" #define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename) |