summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-12-19 14:48:21 +0100
committerRemi Collet <remi@php.net>2017-12-19 14:48:21 +0100
commit50e8ee128f2ed9dc476bb4dc240b99a883320784 (patch)
tree7ef65886b707b89bdcbe9406cd5c4dcca1c0ec83 /ext/zip/php_zip.h
parent0994e373f21c1b4c63d38975f0c62866f0378113 (diff)
parentac4da9a0ede87a437bc75f6135e103e2d3747b09 (diff)
downloadphp-git-50e8ee128f2ed9dc476bb4dc240b99a883320784.tar.gz
Merge branch 'PHP-7.2'
* PHP-7.2: NEWS display headers (buildtime) and library (runtime) versions in phpinfo (libzip >= 1.3.1)
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 bc41502182..108abe4e9b 100644
--- a/ext/zip/php_zip.h
+++ b/ext/zip/php_zip.h
@@ -37,7 +37,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif
-#define PHP_ZIP_VERSION "1.15.1"
+#define PHP_ZIP_VERSION "1.15.2"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)