Release Notes 2.4
Friday, 04 December 2009 18:42
Vincent
- Code improvment : try to speed up the code by removing unusefull call to pack()
- Correct bug in delete() : delete() should be called with no argument. This was not the case in 2.3. This is corrected in 2.4.
- Correct a bug in path_inclusion function. When the path has several '../../', the result was bad.
- Add a check for magic_quotes_runtime configuration. If enabled, PclZip will disable it while working and det it back to its original value.
This resolve a lots of bad formated archive errors.
- Bug correction : PclZip now correctly unzip file in some specific situation, when compressed content has same size as uncompressed content.
- Bug correction : When selecting option 'PCLZIP_OPT_REMOVE_ALL_PATH', directories are not any more created.
- Code improvment : correct unclosed opendir(), better handling of . and .. in loops.