diff options
author | Anatoliy Belsky <ab@php.net> | 2012-06-19 17:15:56 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-06-19 17:15:56 +0200 |
commit | e793539678caf3ae1999602de0b3dcdbb9ae9cd2 (patch) | |
tree | 0bb12f5e1fed0969dd4e1f029fdb69c17951e315 /ext/zip/php_zip.h | |
parent | f0726626210d6a1785c4a171c3576a7566aaeae5 (diff) | |
download | php-git-e793539678caf3ae1999602de0b3dcdbb9ae9cd2.tar.gz |
sync zip ext version with pecl
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 c9e88d652a..f848ade8bc 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -30,7 +30,7 @@ extern zend_module_entry zip_module_entry; #include "lib/zip.h" -#define PHP_ZIP_VERSION_STRING "1.9.2" +#define PHP_ZIP_VERSION_STRING "1.11.0" #if ((PHP_MAJOR_VERSION >= 5 && PHP_MINOR_VERSION >= 2) || PHP_MAJOR_VERSION >= 6) # define PHP_ZIP_USE_OO 1 |