hostpc.com
Verified User
l0rdphi1 said:I forgot to mention, to unpack zip archives you need to recompile PHP with the --with-zip option:Code:cd /usr/local/directadmin/customapache rm -f configure.php ./build update perl -pi -e 's!(--with-xml \\)!$1\n\t--with-zip \\!' configure.php ./build php
Ug, I hate doing recompiles... anything else we need to --add in there ?