13,005
回編集
63行目: | 63行目: | ||
PHP 7およびいくつかの主要なPHPモジュールをインストールするため、以下のコマンドを実行する。<br> | PHP 7およびいくつかの主要なPHPモジュールをインストールするため、以下のコマンドを実行する。<br> | ||
# PHP 7.3 | # PHP 7.3 | ||
sudo apt-get install php7.3 php7.3-fpm php7.3-mysql php7.3-mbstring php7.3-gd php7.3-zip php7.3-xml | sudo apt-get install php7.3 php7.3-fpm php7.3-mysql php7.3-mbstring php7.3-gd php7.3-zip php7.3-xml php7.3-common php7.3-curl php7.3-intl php-acpu | ||
# PHP 7.4 | # PHP 7.4 | ||
sudo apt-get install php7.4 php7.4-cli php7.4-mysql php7.4-mbstring php7.4-gd php7.4-zip php7.4-xml php7.4-common php7.4-curl | sudo apt-get install php7.4 php7.4-cli php7.4-mysql php7.4-mbstring php7.4-gd php7.4-zip php7.4-xml php7.4-common php7.4-curl php7.4-intl | ||
<br><br> | <br><br> | ||