PHP8[edit]

Install[edit]

dnf module list php
dnf module reset php
dnf module enable php:8.0 -y
dnf module list php
dnf rm php*
dnf install php
Moodle +[edit]
dnf install php-mysqlnd
dnf install libsodium libsodium-devel
pecl install libsodium

Compile[edit]

sqlite3 が必要[edit]
yum install sqlite
yum install libsqlite3x
yum install libsqlite3x-devel
oniguruma が必要[edit]
git clone https://github.com/kkos/oniguruma.git
cd oniguruma
./autogen.sh
./configure
make
make install
configure[edit]
./configure --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd \
           --with-apxs2=/usr/local/apache/bin/apxs \
           --with-openssl  --with-zip --with-zlib \
           --enable-mbstring --with-iconv --enable-intl \
           --enable-soap --enable-pcntl --enable-sockets \
           --with-curl --with-xmlrpc --enable-opcache \
           --with-sodium --enable-exif \
           --enable-gd --with-jpeg --with-freetype 

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2024-03-07 (木) 10:11:11