View Single Post
  #1 (permalink)  
Old 2005-07-02, 08:44 AM
jeephp jeephp is offline
Junior Member
 
Join Date: Apr 2005
Posts: 14
jeephp
Default

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
Reply With Quote