Skip to content

Commit e793539

Browse files
committed
sync zip ext version with pecl
1 parent f072662 commit e793539

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
@@ -30,7 +30,7 @@ extern zend_module_entry zip_module_entry;
3030

3131
#include "lib/zip.h"
3232

33-
#define PHP_ZIP_VERSION_STRING "1.9.2"
33+
#define PHP_ZIP_VERSION_STRING "1.11.0"
3434

3535
#if ((PHP_MAJOR_VERSION >= 5 && PHP_MINOR_VERSION >= 2) || PHP_MAJOR_VERSION >= 6)
3636
# define PHP_ZIP_USE_OO 1

0 commit comments

Comments
 (0)