Call to undefined function pspell_new() on widows & php 8

787 Views Asked by At

I have some problem with my laravel application, this application using pspell (Aspell) for spell check correction. When i run this app on OSX that app running without error, but when i run this app on windows with same settings (php 8) and Aspell for windows the application show errors "Call to undefined function pspell_new()".

i have tried install Aspell for windows but its not work.

0

There are 0 best solutions below