Forum Moderators: coopster
Fatal error: Call to undefined function: pspell_new()
Though it is a PHP in build function. I had already given ext=php_pspell.dll in PHP.ini
My extension folder name is 'c:\php\ext' & I have applied the same in the directive extension_dir =
c:\php\ext in the php.ini file
Does anybody know why pspell_new() is not working or can throw some insight on this issue.
Thanks
Dhaval
To compile PHP with pspell support, you need the aspell library, available from [aspell.sourceforge.net...]
Resource:
[php.net...]