I have successfully downloaded Aspell and Pspell (in Zip format). I host my own website so how would I go about manually installing spell check?
-Dan The Man
First, delete pspell and don't download it again.
Next, make sure you downloaded Aspell .50 or higher. If so, install it. Also make sure you have the English libraries installed.
Then edit php.ini and remove the ; before the line that includes "php_pspell" in it. Don't be fooled, this is for Aspell. Don't do the aspell one, though.
A restart of Apache and you should be done.
-[Unknown]
Quote from: [Unknown] on May 15, 2005, 03:09:49 AM
First, delete pspell and don't download it again.
Next, make sure you downloaded Aspell .50 or higher. If so, install it. Also make sure you have the English libraries installed.
Then edit php.ini and remove the ; before the line that includes "php_pspell" in it. Don't be fooled, this is for Aspell. Don't do the aspell one, though.
A restart of Apache and you should be done.
-[Unknown]
How do I install it though? In the archive, it's just a bunch on non-executable files.
-Dan The Man
Should be in the readme I imagine, though no idea since your using windows.
I've just installed aspell, aspell-devel, and aspell-en. I do not see any line in the php.ini file that enables aspell or pspell. I have php5.0.4. Can I just add in a line to do it? Running a linux box btw.
Quote from: IchBin on May 28, 2005, 01:15:47 AM
I've just installed aspell, aspell-devel, and aspell-en. I do not see any line in the php.ini file that enables aspell or pspell. I have php5.0.4. Can I just add in a line to do it? Running a linux box btw.
Yes. Add "php_pspell" to php.ini.
-Dan The Man
So I'm assuming I just add this line at the bottom?
php_pspell = on
Quote from: IchBin on May 28, 2005, 01:28:35 AM
So I'm assuming I just add this line at the bottom?
php_pspell = on
No. Do a serach in php.ini for "gd". That should bring up the GD module. Under that line, add "php_pspell".
-Dan The Man
hmmm....well I don't have anything that has gd in the php.ini file. I'm assuming because gd is loaded as a module from my /etc/php.d/gd.ini file instead of the php.ini file.
He's running *nix, therefore he needs to compile php '--with-pspell'
Nothing to add to php.ini, thats only for windows.