<?php
if (class_exists('ZipArchive')) {
echo "ZipArchive is INSTALLED";
} else {
echo "ZipArchive is MISSING. Please install it (e.g., sudo apt-get install php-zip)";
}
?>
Powered by TurnKey Linux.