com php-src: zip ext is 1.14.0: ext/zip/php_zip.h
[email protected] (Remi Collet)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 67136fe77b24e59b185775ec308d81235666aaf9 Author: Remi Collet <[email protected]> Wed, 5 Apr 2017 07:39:39 +0200 Parents: 3c750d91ee9eeba00563a7a2d94a7470406b1b7e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=67136fe77b24e59b185775ec308d81235666aaf9 Log: zip ext is 1.14.0 Changed paths: M ext/zip/php_zip.h Diff: diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index 327ad54..123c064 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-dev" +#define PHP_ZIP_VERSION "1.14.0" #define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)