File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ abstract class AbstractZipArchive extends AbstractZipWriter {
58
58
const DEFAULT_GP_FLAGS_STORED = self ::NULL_WORD ; // Compression type 0 = stored
59
59
60
60
// UID 1000, GID 0
61
- const EXTRA_FIELD_NEW_UNIX_GUID = self :: HEADER_UNIX_TYPE_3 . " \x0B\x00\x01\x04\xE8\x03\x00\x00\x04\x00\x00\x00\x00" ; // \x75\x78 3rd gen Unis GUID
62
- const EXTRA_FIELD_NEW_UNIX_GUID_CD = self :: HEADER_UNIX_TYPE_3 . self :: NULL_WORD ; // \x75\x78 3rd gen Unis GUID CD record version must have length 0.
61
+ const EXTRA_FIELD_NEW_UNIX_GUID = " ux \x0B\x00\x01\x04\xE8\x03\x00\x00\x04\x00\x00\x00\x00" ; // \x75\x78 3rd gen Unis GUID
62
+ const EXTRA_FIELD_NEW_UNIX_GUID_CD = " ux \x00\x00" ; // \x75\x78 3rd gen Unis GUID CD record version must have length 0.
63
63
64
64
protected $ zipComment = null ;
65
65
protected $ cdRec = array (); // central directory
You can’t perform that action at this time.
0 commit comments