| Q |
A |
| Library version(s) affected: |
4.01 |
| PHP version(s): |
8.1.2 |
| OS (with bit depth): |
Windows 10 64-bit |
Description
How save zip without compression (all files)?
How to reproduce
$zip = new ZipFile();
$zip->openFile($fileName);
/* some code */
$zip->setCompressionMethodEntry(what do you mean with entry?, ZipCompressionMethod::STORED)->/* etc */;