mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-10-23 11:06:12 +02:00
Add PHP 8 support
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
========
|
||||
`PhpZip` is a php-library for extended work with ZIP-archives.
|
||||
|
||||
[](https://travis-ci.org/Ne-Lexa/php-zip)
|
||||
[](https://github.com/Ne-Lexa/php-zip/actions)
|
||||
[](https://scrutinizer-ci.com/g/Ne-Lexa/php-zip/?branch=master)
|
||||
[](https://packagist.org/packages/nelexa/zip)
|
||||
[](https://packagist.org/packages/nelexa/zip)
|
||||
@@ -66,7 +66,7 @@ Table of contents
|
||||
+ Set the encryption method for all or individual entries in the archive.
|
||||
|
||||
### <a name="Requirements"></a> Requirements
|
||||
- `PHP` >= 5.5 (preferably 64-bit).
|
||||
- `PHP` >= 7.2 or `PHP` >= 8.0 (preferably 64-bit).
|
||||
- Optional php-extension `bzip2` for BZIP2 compression.
|
||||
- Optional php-extension `openssl` or `mcrypt` for `WinZip Aes Encryption` support.
|
||||
|
||||
|
Reference in New Issue
Block a user