Skip to content

Commit e31cebc

Browse files
committed
Merge branch 'PHP-5.4'
* PHP-5.4: sync zip ext version with pecl
2 parents b9048b9 + 34bd1c9 commit e31cebc

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)