1. php-curl 拡張機能をインストールします
まず
apt-cache searchcurl | grep php を入力します
curl の PHP サポート名をクエリします
次の内容が返される場合があります:
php5-curl - php5 用の CURL モジュール
インストール:
sudo apt-get install php5-curl
apacheを再起動
sudo /etc/init.d/apache2 restart
まず、
apt-cache search tiny phpphpをクエリします。 Tidy のサポート名
次の内容が返される場合があります:
php5-tidy - php5 用の Tidy モジュール
インストール:
sudo apt-get install php5-tidy
apache を再起動
sudo /etc/init.d/apache2 restart