diff options
author | Remi Collet <remi@fedoraproject.org> | 2015-05-06 15:11:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2015-05-06 15:16:43 +0200 |
commit | 3a55ea02aa0a91bbb90a6db8dda620720d141eb1 (patch) | |
tree | 8dfd155729cd82074b465e0b8426b9accb5811b5 /ext/zip/php_zip.h | |
parent | 3638ac2300bc7464b30cf26bf3c7be5beea82503 (diff) | |
download | php-git-3a55ea02aa0a91bbb90a6db8dda620720d141eb1.tar.gz |
add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods
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 e68c9fcec9..289b41ade2 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -38,7 +38,7 @@ extern zend_module_entry zip_module_entry; #define ZIP_OVERWRITE ZIP_TRUNCATE #endif -#define PHP_ZIP_VERSION "1.12.5" +#define PHP_ZIP_VERSION "1.12.6dev" #ifndef Z_SET_REFCOUNT_P # if PHP_MAJOR_VERSION < 6 && (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION < 3) |