summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-06-12 09:36:14 +0200
committerRemi Collet <remi@php.net>2018-06-12 09:36:14 +0200
commit25188727b17dd7244b06946a49226b35ed2b1101 (patch)
treeeea40d8b279cbb868064f538bb9bb959bd7fcbe5 /ext/zip/php_zip.h
parent72104d2b6ecbbabd18de15f10739be5ce3dc9ce0 (diff)
parenteb2a3c6c654a85cb8d6a4c3bf77869cb2044ad5c (diff)
downloadphp-git-25188727b17dd7244b06946a49226b35ed2b1101.tar.gz
Merge branch 'PHP-7.2'
* PHP-7.2: NEWS Add OPSYS_CPM constant as documented and to match libzip naming
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 4442e29cec..231e3aa995 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.2"
+#define PHP_ZIP_VERSION "1.15.3"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)