summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-06-05 16:23:43 +0200
committerRemi Collet <remi@php.net>2020-06-05 16:23:43 +0200
commita838cb5e11806137b02bcfbcccf27c500632cf31 (patch)
treedaac594ec6e4befed7dabb6ea4e8e84ce08bda99 /ext/zip
parent064b4644484d38e9dce40aef7e8e0e8190e9d863 (diff)
downloadphp-git-a838cb5e11806137b02bcfbcccf27c500632cf31.tar.gz
bump zip version
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/php_zip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index 251237d214..ddc35df556 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.2"
+#define PHP_ZIP_VERSION "1.19.0"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)