diff options
author | Remi Collet <remi@php.net> | 2017-07-10 11:31:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2017-07-10 11:31:55 +0200 |
commit | 569d164c4ad37187c3e1e7dc42d736da69f4fdb0 (patch) | |
tree | 3d678ab4c9816793eace5323504e7e15e934a9aa /ext/zip/php_zip.h | |
parent | 161c378cc861fe01ea0034f5a6e8d32ad14f5ccb (diff) | |
download | php-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.h | 2 |
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) |