If you use red hat or fedora, you may need to is use
yum install pspell-devel
(fixes: configure: error: Cannot find pspell)
![]() | CXVIII. Pspell Functions简介These functions allow you to check the spelling of a word and offer suggestions. 需求To compile PHP with pspell support, you need the aspell library, available from http://aspell.sourceforge.net/. 安装If you have the libraries needed add the --with-pspell[=dir] option when compiling PHP.
运行时配置本扩展模块在 php.ini 中未定义任何配置选项。 资源类型本扩展模块未定义任何资源类型。
![]()
andrew at bluerhinos dot co dot uk
03-May-2006 06:28
If you use red hat or fedora, you may need to is use
jeremy hepler
30-Mar-2006 04:01
compiling php with pspell on debian sarge:
beau_scott at hotmail dot com
31-Dec-2005 05:13
hehe, forgot to remove the echo $string line... whoops ;)
Gregory Boshoff
14-May-2005 07:23
If you are receiving the error message:
abhishek dot ratani at gmail dot com
23-Feb-2005 06:46
http://www.zend.com/zend/spotlight/spellchecking.php#Heading2
flint at modulusgroup dot com
30-Dec-2004 06:19
For those will problems installing on Win32 with IIS:
11-Dec-2004 05:52
For those of us in the Windows world, here is a great link on how to enable pspell for PHP on Win32:
tidd
29-Sep-2004 01:31
In response to csnyder's comment about calling aspell instead of using the aspell or pspell libs:
webmaster at script-tease dot net
12-Apr-2004 10:26
Easy way to make a spellchecker:
jrweir _a_t_ yahoo
30-Mar-2004 03:15
I had the same problems after following the detailed instructions for installing on windows but was able to solve them by doing the following:
kevina at gnu dot org
12-Jan-2003 06:19
Aspell Author Here.
csnyder at chxo dot com
11-Oct-2002 03:37
As an alternative to mucking about with the compiled-in aspell/pspell functions, which only check word by word, one could write a script that calls aspell as a shell exec to check a whole block of text: | ![]() |