mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
NEWS + bump zip version
This commit is contained in:
parent
a6ffd8d1e9
commit
fde24e4db0
2 changed files with 4 additions and 1 deletions
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue