Skip to content

Commit 60b3526

Browse files
committed
bump zip release to match pecl version
1 parent d3d5e3d commit 60b3526

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
@@ -38,7 +38,7 @@ extern zend_module_entry zip_module_entry;
3838
#define ZIP_OVERWRITE ZIP_TRUNCATE
3939
#endif
4040

41-
#define PHP_ZIP_VERSION "1.12.4"
41+
#define PHP_ZIP_VERSION "1.12.5"
4242

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

0 commit comments

Comments
 (0)