Developing PHP Applications

Zhannar Personal Blog

Jan-19-2008

Install Aspell for your WAMP setup

Download this files first: (http://aspell.net/)

Aspell installer: Aspell-0-50-3-3-Setup.exe

Precompiled dictionary (English): Aspell-en-0.50-2-3_2.exe

Install this files, then go to “C:\Program Files\Aspell\bin” copy the following files

- aspell-15.dll
- pspell-15.dll

Paste it under C:\windows\system32\

You can now enable the pspell extension through your php.ini file by uncommenting this line:

extension=php_pspell.dll

Check it through your phpinfo file.

pspell enable

sweeet… right? ;)

Posted under PHP-MySQL