File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3255,7 +3255,8 @@ static PHP_MINIT_FUNCTION(zip)
3255
3255
REGISTER_ZIP_CLASS_CONST_LONG ("OPSYS_OS_2" , ZIP_OPSYS_OS_2 );
3256
3256
REGISTER_ZIP_CLASS_CONST_LONG ("OPSYS_MACINTOSH" , ZIP_OPSYS_MACINTOSH );
3257
3257
REGISTER_ZIP_CLASS_CONST_LONG ("OPSYS_Z_SYSTEM" , ZIP_OPSYS_Z_SYSTEM );
3258
- REGISTER_ZIP_CLASS_CONST_LONG ("OPSYS_Z_CPM" , ZIP_OPSYS_CPM );
3258
+ REGISTER_ZIP_CLASS_CONST_LONG ("OPSYS_Z_CPM" , ZIP_OPSYS_CPM ); // typo kept for BC
3259
+ REGISTER_ZIP_CLASS_CONST_LONG ("OPSYS_CPM" , ZIP_OPSYS_CPM );
3259
3260
REGISTER_ZIP_CLASS_CONST_LONG ("OPSYS_WINDOWS_NTFS" , ZIP_OPSYS_WINDOWS_NTFS );
3260
3261
REGISTER_ZIP_CLASS_CONST_LONG ("OPSYS_MVS" , ZIP_OPSYS_MVS );
3261
3262
REGISTER_ZIP_CLASS_CONST_LONG ("OPSYS_VSE" , ZIP_OPSYS_VSE );
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ extern zend_module_entry zip_module_entry;
37
37
#define ZIP_OVERWRITE ZIP_TRUNCATE
38
38
#endif
39
39
40
- #define PHP_ZIP_VERSION "1.15.2 "
40
+ #define PHP_ZIP_VERSION "1.15.3 "
41
41
42
42
#define ZIP_OPENBASEDIR_CHECKPATH (filename ) php_check_open_basedir(filename)
43
43
You can’t perform that action at this time.
0 commit comments