PhpZipHandler.class.php File Reference
Go to the source code of this file.
Detailed Description
- Developer log entry:
- Joyce Visne (2009-03-20): The php ZipArchive::extractTo() function will overwrite destination files with the same name! If we want to catch and warn about this, this must be added here! (The shell zip function --at least in Linux/Unix-- does this.)
- Developer log entry:
- Necdet Can Atesman (2009-04-07): The above issue has been resolved by throwing an Exception in spunQ_ZipFile if the target folder is not empty.
Definition in file PhpZipHandler.class.php.