pspell
Posted by: neo314 (---.hsd1.or.comcast.net)
Date: May 26, 2006 12:56PM

I see that there is a php_pspell.dll file in the php ext directory, but it is not listed in the extensions and crashes apache when I insert pspell into the php.ini file.

I installed aspell on my machine and the server seems to recognize aspell is available now, but returns that there are no dictionaries installed. I installed the english dictionary.

Is there any way to get pspell or aspell running on the server and into the server's path?



Post Edited (05-26-06 13:09)

Options: ReplyQuote
Re: pspell
Posted by: CyberSpatium (67.170.181.---)
Date: May 26, 2006 08:37PM

Aspell is no longer supported in PHP (since version 4.3.0), so use Pspell. To use in your scripts, download the GNU Aspell library here:

[aspell.sourceforge.net]

Install the program. In order to use Pspell under Windows, you must copy aspell-15.dll from the bin folder of your GNU Aspell installation to a folder where PHP will be able to find it. Since WAMP comes with PHP4 and PHP5, we need to put the dll where both copies of PHP can find it.

For PHP4 put the dll file here:
C:\wamp\php4\extensions

For PHP5 put the dll file here:
C:\wamp\php\ext

Now edit your PHP4 and your PHP5 php.ini file, and add find this line:
extension=php_zip.dll

below that line add:
extension=aspell-15.dll

After you edit your php.ini files, restart apache for the new settings to take effect.

Options: ReplyQuote
Re: pspell
Posted by: neo314 (---.hsd1.or.comcast.net)
Date: May 27, 2006 02:29AM

That worked. I thought that was what I did. I think I may have added aspell6.dll as well which may have been causing problems. I also may have put in pspell-15.dll and not tried just aspell alone.

Anyhoo that worked perfect. Thanx!

Neo

Options: ReplyQuote
Re: pspell
Posted by: CyberSpatium (67.170.181.---)
Date: May 27, 2006 02:36AM

glad it worked smiling smiley are you from Oregon too?

Options: ReplyQuote
Re: pspell
Posted by: neo314 (---.hsd1.or.comcast.net)
Date: May 27, 2006 03:00AM

Took me a second to figure out how you determined I was from Oregon.

Why yes, yes I am.



Post Edited (05-27-06 03:00)

Options: ReplyQuote
Re: pspell
Posted by: CyberSpatium (67.170.181.---)
Date: May 27, 2006 04:57AM

yeah, we both have Comcast:
hsd1.or.comcast.net

I am from Salem

Options: ReplyQuote
Re: pspell
Posted by: neo314 (---.hsd1.or.comcast.net)
Date: May 27, 2006 06:20AM

u have a website?

Options: ReplyQuote
Re: pspell
Posted by: CyberSpatium (67.170.181.---)
Date: May 27, 2006 07:26AM

I have had many websites in the past, but right now, I currently just have one website in currently in development.

Options: ReplyQuote
Re: pspell
Posted by: neo314 (---.)
Date: September 16, 2007 07:26AM

Hey anything change on this? I am running Vista now and with this setup, I can't get pspell to show up on the php info page.

Options: ReplyQuote
Re: pspell
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: September 17, 2007 12:00PM

use the wamp tray icon menu

left click on the wamp tray icon -> php settings -> php extensions -> php_pspell


CyberSpatium
----------------------
WAMP English Forum Admin

I have WAMP5 working with (for development use only):
Windows Vista Ultimate x64 (64 bit)
Kaspersky Internet Security Suite 7.0.x
Spyware Terminater 2.x
CounterSpy 2.5.x


Need help? Check out my [url=http://forum.wampserver.com/read.php? f=2&i=12300&t=12300][u][b]WAMP User Manual/Guide[/b][/u][/url] here!


[url=http://www.webdevnewbie.com][u][b]Web Development for Newbie's Blog[/b][/u] [/url] - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


[url=http://www.clarifyloans.com][b][u]Clarify Loans[/u][/b][/url]
Mortgage and Home Loan Advice


[url=http://www.laxgo.com][b][u]LaxGo Web Directory[/u][/b][/url]
Powerful human edited web directory of quality, spam-free sites organized via a comprehensive category structure.

Options: ReplyQuote
Re: pspell
Posted by: neo314 (---.hsd1.or.comcast.net)
Date: September 17, 2007 08:48PM

I have php_pspell enabled and aspell-15.dll added and even added the ext directory to my path.

I developed an aspell spell (pspell independent spell checker last night, but I don't know why the same procedure before won't enable pspell now.

I've upgraded to a new PC on Vist home premium, so it is a new install.

sigh

Options: ReplyQuote
Re: pspell
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: September 18, 2007 10:28PM

make sure their is a triangle next to php_pspell. also run phpinfo() and check to see if pspell is listed there.


CyberSpatium
----------------------
WAMP English Forum Admin

I have WAMP5 working with (for development use only):
Windows Vista Ultimate x64 (64 bit)
Kaspersky Internet Security Suite 7.0.x
Spyware Terminater 2.x
CounterSpy 2.5.x


Need help? Check out my [url=http://forum.wampserver.com/read.php? f=2&i=12300&t=12300][u][b]WAMP User Manual/Guide[/b][/u][/url] here!


[url=http://www.webdevnewbie.com][u][b]Web Development for Newbie's Blog[/b][/u] [/url] - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


[url=http://www.clarifyloans.com][b][u]Clarify Loans[/u][/b][/url]
Mortgage and Home Loan Advice


[url=http://www.laxgo.com][b][u]LaxGo Web Directory[/u][/b][/url]
Powerful human edited web directory of quality, spam-free sites organized via a comprehensive category structure.

Options: ReplyQuote
Re: pspell
Posted by: neo314 (---.hsd1.or.comcast.net)
Date: September 18, 2007 10:57PM

There is a triangle (the extension is active), and pspell is not listed in phpinfo().

It is set up just like it was before, so I don't know what the issue is. I've been writing a spell checking module that uses aspell and forgoing any use of pspell, but I would still like to figure this out if I could...

Options: ReplyQuote


Sorry, only registered users may post in this forum.