「インストール - PHP」の版間の差分

ナビゲーションに移動 検索に移動
130行目: 130行目:
               --with-pspell            \  # GNU ASpellを有効にする場合
               --with-pspell            \  # GNU ASpellを有効にする場合
               --with-valgrind          \  # Valgrind (メモリリーク検知機能) を有効にする場合
               --with-valgrind          \  # Valgrind (メモリリーク検知機能) を有効にする場合
               --with-mcrypt            \   # PHP 8.3以降は不要
               --with-mcrypt            \ # PHP 8.3以降は不要
               --with-libdir=lib64                              \
               --with-libdir=lib64                              \
              --with-config-file-path=<php.iniファイルの配置するパス> \  # ユーザが指定する場合
               --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を実行するグループ名>          # オプション

案内メニュー