Page 1 of 1

Aspell/Pspell in Windows

Posted: Thu Jun 03, 2004 9:28 am
by hypercooljake
I am trying to get aspell/pspell to work in Windows XP with PHP but it doesn't work. I did what the manual said (copy the aspell-15.dll from the bin folder to a folder PHP will see it). I put the file in c:\apache\php and c:\windows\system32, but when I try and use pspell in PHP it says that it is an undefined function. Any suggestions? I am using PHP 4.3.6.

Posted: Fri Jun 04, 2004 8:21 pm
by hypercooljake
bump

Posted: Fri Jun 04, 2004 9:01 pm
by feyd
did you uncomment, or add the dll to the list to load in php.ini?

Posted: Sat Jun 05, 2004 8:46 am
by hypercooljake
I added aspell-15.dll to the list in PHP of extensions to load and it when I restart Apache, PHP gives an error saying its not a valid extension.