summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-07-10 11:31:55 +0200
committerRemi Collet <remi@php.net>2017-07-10 11:31:55 +0200
commit569d164c4ad37187c3e1e7dc42d736da69f4fdb0 (patch)
tree3d678ab4c9816793eace5323504e7e15e934a9aa /ext/zip/php_zip.h
parent161c378cc861fe01ea0034f5a6e8d32ad14f5ccb (diff)
downloadphp-git-569d164c4ad37187c3e1e7dc42d736da69f4fdb0.tar.gz
ZipArchive implements countable, added ZipArchive::count() method
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 123c064a33..d874c8f691 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.14.0"
+#define PHP_ZIP_VERSION "1.15.0"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)