mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.0' into master
* PHP-8.0: zip extension is 1.19.2
This commit is contained in:
commit
49faa33ce1
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.1"
|
||||
#define PHP_ZIP_VERSION "1.19.2"
|
||||
|
||||
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue