Skip to content

Commit 74a7b79

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: zip extension is 1.22.3
2 parents 42008b0 + 3d5723e commit 74a7b79

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
@@ -39,7 +39,7 @@ extern zend_module_entry zip_module_entry;
3939
/* Additionnal flags not from libzip */
4040
#define ZIP_FL_OPEN_FILE_NOW (1u<<30)
4141

42-
#define PHP_ZIP_VERSION "1.22.2"
42+
#define PHP_ZIP_VERSION "1.22.3"
4343

4444
#ifdef HAVE_LIBZIP_VERSION
4545
#define LIBZIP_VERSION_STR zip_libzip_version()

0 commit comments

Comments
 (0)