1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-10-11 05:14:55 +02:00

php 7.1 - 8.0 compatible version

issue #78
This commit is contained in:
Ne-Lexa
2021-05-16 12:18:23 +03:00
parent 7283fc3402
commit 584784c119
73 changed files with 1446 additions and 958 deletions

View File

@@ -116,8 +116,8 @@ abstract class AbstractUnicodeExtraField implements ZipExtraField
'CV',
self::DEFAULT_VERSION,
$this->crc32
) .
$this->unicodeValue;
)
. $this->unicodeValue;
}
/**