mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: bump zip ext version
This commit is contained in:
commit
8cfd7e2105
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
|
|||
#define ZIP_OVERWRITE ZIP_TRUNCATE
|
||||
#endif
|
||||
|
||||
#define PHP_ZIP_VERSION "1.19.4"
|
||||
#define PHP_ZIP_VERSION "1.19.5"
|
||||
|
||||
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue