Skip to content

Commit 8cfd7e2

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: bump zip ext version
2 parents daf6a46 + 6d0d522 commit 8cfd7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/php_zip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
3131
#define ZIP_OVERWRITE ZIP_TRUNCATE
3232
#endif
3333

34-
#define PHP_ZIP_VERSION "1.19.4"
34+
#define PHP_ZIP_VERSION "1.19.5"
3535

3636
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
3737

0 commit comments

Comments
 (0)