File: |
zipFly/parts/base.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
- Added debug mode
- Added options to enable/disable the ZIP64 extension
- Added option to enable/disable the streamed zip feature
- New class hierarchy for the new static variables based centralization
- Lot of memory and performance optimization
- Code cleanup
|
Class: |
ZipFly PHP ZipArchive zip64 Creator
Compress files and create archives in Zip format |
Author: |
By David Tamas |
Last change: |
- Documented the source code
- Configurable duplicate entry filter
- New methods for add entries to the archive:
- addFile - Add entry from file
- addFromString - Add entry from string input
- addFromStream - Add entry from stream resource
- Compress small files in one step instead of streamed processing
- Ability to directly stream out the generated ZIP file to the browser or any stream resource without saving it to the local storage.
- Separated the debug functionality
- Improved Exception system
- Code cleanup
- Speed and memory optimizations
- Minimum required PHP version: 5.6.3
|
Date: |
5 years ago |
Size: |
2,066 bytes |
|