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