Forum Moderators: coopster

Message Too Old, No Replies

Problem with pspell_new() function of PHP

Problem with pspell_new() function of PHP

         

jeephp

1:06 pm on Jul 2, 2005 (gmt 0)

10+ Year Member



hi,
I am using pspell_new() of PHP, but when I try to open the php page in browser it shows

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

coopster

11:46 am on Jul 5, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Requirements

To compile PHP with pspell support, you need the aspell library, available from [aspell.sourceforge.net...]

Resource:
[php.net...]