summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-06-12 09:31:41 +0200
committerRemi Collet <remi@php.net>2018-06-12 09:31:41 +0200
commit075e6854399755c6128b37e328f6b5e568a5b6b4 (patch)
tree4352ca018ff68735e835c1bb26ba636c5ed369f3 /ext/zip/php_zip.h
parent7dcfa839c935096706d257d2bf8f9940b78b2903 (diff)
downloadphp-git-075e6854399755c6128b37e328f6b5e568a5b6b4.tar.gz
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 1d8653bca5..2fd6115576 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)