#PCLZIP

PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

这个错误是由于你的压缩包损坏无法解压或安装包不是.zip后缀。他的压缩包是.tar.gz后缀,重新打包上传以后安装成功了 ...

PHP pclzip.php 解压中文乱码

 修改pclzip中方法privExtractFile代码if($p_path!=''){$p_entry['filename']=$p_path."/".$p_entry['filename'];//获取字符串编码并转为UTF-8$encode=mb_detect_encoding($p_entry['fi...