Fixing Zip to properly extract empty folders.
authorTim Düsterhus <timwolla@arcor.de>
Tue, 15 May 2012 19:51:59 +0000 (21:51 +0200)
committerTim Düsterhus <timwolla@arcor.de>
Tue, 15 May 2012 19:52:54 +0000 (21:52 +0200)
commit6455265a464952ed8409b54f3d8670424006e503
tree6e71e1651cde90d1ae5e9b3c4c15b70f82692adf
parent44adccf6eade76d681203617b28a09b6d7f3cfa1
Fixing Zip to properly extract empty folders.

Additionally adding getContentList to IArchive and implementing it for Zip.
Furthermore the API of Tar and Zip now also matches in the data-arrays.

Fixes WoltLab/WCF#591
Closes WoltLab/WCF#592
wcfsetup/install/files/lib/system/io/IArchive.class.php
wcfsetup/install/files/lib/system/io/Tar.class.php
wcfsetup/install/files/lib/system/io/Zip.class.php