13,005
回編集
(→インストール) |
|||
130行目: | 130行目: | ||
--with-pspell \ # GNU ASpellを有効にする場合 | --with-pspell \ # GNU ASpellを有効にする場合 | ||
--with-valgrind \ # Valgrind (メモリリーク検知機能) を有効にする場合 | --with-valgrind \ # Valgrind (メモリリーク検知機能) を有効にする場合 | ||
--with-mcrypt \ | --with-mcrypt \ # PHP 8.3以降は不要 | ||
--with-libdir=lib64 \ | --with-libdir=lib64 \ | ||
--with-apxs2=/<Apacheのインストールディレクトリ>/bin/apxs \ | --with-apxs2=/<Apacheのインストールディレクトリ>/bin/apxs \ | ||
--with-config-file-path=<php.iniファイルの配置するディレクトリのパス 例: /home/user/PHP/lib> \ # ユーザが指定する場合 | |||
--with-fpm-user=<PHP-FPMを実行するユーザ名> \ # オプション | --with-fpm-user=<PHP-FPMを実行するユーザ名> \ # オプション | ||
--with-fpm-group=<PHP-FPMを実行するグループ名> # オプション | --with-fpm-group=<PHP-FPMを実行するグループ名> # オプション |