mirror of
https://github.com/php/php-src.git
synced 2026-03-25 00:32:23 +01:00
NEWS + bump zip version
This commit is contained in:
3
NEWS
3
NEWS
@@ -26,6 +26,9 @@ PHP NEWS
|
||||
- XML:
|
||||
. Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)
|
||||
|
||||
- Zip:
|
||||
. Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)
|
||||
|
||||
26 Aug 2021, PHP 8.0.10
|
||||
|
||||
- Core:
|
||||
|
||||
@@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
|
||||
#define ZIP_OVERWRITE ZIP_TRUNCATE
|
||||
#endif
|
||||
|
||||
#define PHP_ZIP_VERSION "1.19.3"
|
||||
#define PHP_ZIP_VERSION "1.19.4"
|
||||
|
||||
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user