|  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 
 |