summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-12-19 14:46:32 +0100
committerRemi Collet <remi@php.net>2017-12-19 14:46:32 +0100
commitc21ec44b214119479879222424a598210bb42775 (patch)
tree3306d70b43a88b5e670a52d5daf08e7c9eba80f5 /ext/zip/php_zip.h
parenta1d2bf831f22f0f583ea9aa7c18b3a257b907396 (diff)
downloadphp-git-c21ec44b214119479879222424a598210bb42775.tar.gz
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 585309789e..ab412f95e1 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)