Talk:Pspell
Appearance
This article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||||
|
What is up with the comment about not using Pspell with PHP? It seems to completely contradict the PHP documentation at http://us2.php.net/aspell which reads:
"Note: This extension has been removed from PHP and is no longer available as of PHP 4.3.0. If you want to use spell-checking capabilities in PHP, use pspell instead. It uses pspell library and works with newer versions of aspell."
Dave Benjamin 70.190.141.102 09:13, 4 March 2007 (UTC)
- It's a little more complex than that. According to the pspell extension documentation:
- "To compile PHP with pspell support, you need the aspell library, available from http://aspell.sourceforge.net/."
- So it seems that the pspell extension now uses the aspell libraries. —Safalra (talk) 12:16, 9 January 2008 (UTC)