diff options
author | Remi Collet <remi@php.net> | 2020-03-18 14:09:50 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2020-03-18 14:09:50 +0100 |
commit | a5f136b8556cdd6ff3b96f976d0f3b6a25052171 (patch) | |
tree | 951baf34e771fc09b897937a3284bed480a8a918 /ext/zip/php_zip.h | |
parent | 3b22e10535e44340dcf1f59f57e6d194ac362ef4 (diff) | |
download | php-git-a5f136b8556cdd6ff3b96f976d0f3b6a25052171.tar.gz |
bump zp to 1.18.1 + doc
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 1f3ec76f02..60655ead65 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.18.0" +#define PHP_ZIP_VERSION "1.18.1" #define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename) |