iwinmin / php_apk_parser

Android APK XML File Decompress Class For PHP
15 stars 9 forks source link

Some Package Cannot get info on CentOS 6.5 #2

Open howeroc opened 8 years ago

howeroc commented 8 years ago

Hi, When I use this parser to get apk's info on my windows pc all thing is wright. But when I use it on my CentOS server to get apk's info, some pacakge failed . I don't know what caused this problem, these files have the same rights.

iwinmin commented 7 years ago

plz make sure the server has the php zip extensions。the code use the zip extensions to extract the apk file first.