Page 1 of 1

php with aspell

PostPosted: 09. October 2007 06:25
by jackeapen
Hi,
i'm using XAMPP on redhat linux. i hv aspell installed at /usr/share/aspell. how can i get the php module for aspell working?

Jack

PostPosted: 09. October 2007 06:54
by Wiedmann
how can i get the php module for aspell working?

This extension is removed from PHP since version 4.3.0. You must use the pspell extension.

If this extension is not part of the XAMPP package, you must compile this extension yourself.

PostPosted: 09. October 2007 12:51
by jackeapen
Ok that's fine. But how can I compile my xampp now to get pspell support?

Jack

compiling xampp with pspell support

PostPosted: 10. October 2007 11:04
by jackeapen
How can I re-compile xampp so that i get pspell support with php?

Jack