Skip to content

Commit

Permalink
bump zip extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 29, 2020
1 parent 053a5fc commit e39ce17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ PHP 8.0 UPGRADE NOTES
values rather than int.

- Zip:
. Extension updated to version 1.19.0
. Extension updated to version 1.19.1
. New ZipArchive::lastId property to get index value of last added entry.
. Error can be checked after an archive is closed using ZipArchive::status,
ZipArchive::statusSys properties or ZipArchive::getStatusString() method.
Expand Down
2 changes: 1 addition & 1 deletion ext/zip/php_zip.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif

#define PHP_ZIP_VERSION "1.19.1-dev"
#define PHP_ZIP_VERSION "1.19.1"

#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)

Expand Down

0 comments on commit e39ce17

Please sign in to comment.