@ -1,8 +1,4 @@
<?php
if (!extension_loaded('zip')) {
dl('zip.so');
}
$za = new ZipArchive();
$za->open('test_with_comment.zip');