summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-28 10:52:09 +0100
committerRemi Collet <remi@php.net>2020-01-28 10:53:49 +0100
commitac9a265f01385f50718f732b1a5badd2f31469b4 (patch)
treef2a511a2e1038aaf0252db5a47255f9d72583600 /ext/zip/php_zip.h
parent3bae1793abfaf03f625f4d1d0c38d125627147e9 (diff)
downloadphp-git-ac9a265f01385f50718f732b1a5badd2f31469b4.tar.gz
- bump zip extension version to 1.16.0 - add ZipArchive::setMtimeName and ZipArchive::setMtimeIndex methods
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 f900632e56..d1f46ea4ea 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.15.6"
+#define PHP_ZIP_VERSION "1.16.0"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)