Aspell/Pspell in Windows

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hypercooljake
Forum Newbie
Posts: 6
Joined: Sat Nov 01, 2003 12:48 pm
Location: Appleton, Wi
Contact:

Aspell/Pspell in Windows

Post 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.
hypercooljake
Forum Newbie
Posts: 6
Joined: Sat Nov 01, 2003 12:48 pm
Location: Appleton, Wi
Contact:

Post by hypercooljake »

bump
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

did you uncomment, or add the dll to the list to load in php.ini?
hypercooljake
Forum Newbie
Posts: 6
Joined: Sat Nov 01, 2003 12:48 pm
Location: Appleton, Wi
Contact:

Post 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.
Post Reply