インストール手順
PHP をコンパイルする際に、オプション --with-pspell[=dir] を追加する 必要があります。
注意: Win32 ユーザーへの注意
この拡張モジュールを動作させるには、 Windows システムの PATH が通った場所に DLL ファイルが存在する必要があります。 FAQ の "Windows で PHP のディレクトリを PATH に追加するにはどうすればいいのですか?" で、その方法を説明しています。 DLL ファイルを PHP のフォルダから Windows のシステムディレクトリにコピーしても動作します (システムディレクトリは、デフォルトで PATH に含まれるからです) が、これは推奨しません。 この拡張モジュールを使用するには、以下のファイルが PATH の通った場所にある必要があります。 aspell の bin フォルダにある aspell-15.dll
Win32 サポートは、aspell バージョン 0.50 以降が必要です。
+add a note
User Contributed Notes 1 note
chapman at wtinds dot com ¶
4 years ago
If you are compiling v7.3.x under CentOS 8, you will need to first enable PowerTools, then install aspell-devel - otherwise aspell-devel will not be available to you:
sudo dnf config-manager --set-enabled PowerTools
sudo dnf install -y aspell-devel
Then in your configure line, just use:
--with-pspell
NOT
--with-pspell=/some/dir
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google