File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3127,10 +3127,12 @@ static const zend_function_entry zip_class_functions[] = {
3127
3127
ZIPARCHIVE_ME (getFromName , arginfo_ziparchive_getfromname , ZEND_ACC_PUBLIC )
3128
3128
ZIPARCHIVE_ME (getFromIndex , arginfo_ziparchive_getfromindex , ZEND_ACC_PUBLIC )
3129
3129
ZIPARCHIVE_ME (getStream , arginfo_ziparchive_getstream , ZEND_ACC_PUBLIC )
3130
+ #ifdef ZIP_OPSYS_DEFAULT
3130
3131
ZIPARCHIVE_ME (setExternalAttributesName , arginfo_ziparchive_setextattrname , ZEND_ACC_PUBLIC )
3131
3132
ZIPARCHIVE_ME (setExternalAttributesIndex , arginfo_ziparchive_setextattrindex , ZEND_ACC_PUBLIC )
3132
3133
ZIPARCHIVE_ME (getExternalAttributesName , arginfo_ziparchive_getextattrname , ZEND_ACC_PUBLIC )
3133
3134
ZIPARCHIVE_ME (getExternalAttributesIndex , arginfo_ziparchive_getextattrindex , ZEND_ACC_PUBLIC )
3135
+ #endif
3134
3136
ZIPARCHIVE_ME (setCompressionName , arginfo_ziparchive_setcompname , ZEND_ACC_PUBLIC )
3135
3137
ZIPARCHIVE_ME (setCompressionIndex , arginfo_ziparchive_setcompindex , ZEND_ACC_PUBLIC )
3136
3138
#ifdef HAVE_ENCRYPTION
You can’t perform that action at this time.
0 commit comments