summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-01-31 09:10:10 +0100
committerRemi Collet <remi@php.net>2020-01-31 09:10:10 +0100
commitb915d68852625b5d67443013f8282764b9cf89f3 (patch)
treefa7a3180b8ca9e1c8977db26ec2ffc95b82fa881 /ext/zip/php_zip.h
parent3af1cee8840a1ccaca90a4392f79510274f84450 (diff)
downloadphp-git-b915d68852625b5d67443013f8282764b9cf89f3.tar.gz
Zip: version is now 1.17.0
change for Windows (which have libzip 1.4 by default) update NEWS
Diffstat (limited to 'ext/zip/php_zip.h')
-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 b6617e81fb..c0969292a8 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.1"
+#define PHP_ZIP_VERSION "1.17.0"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)