pspell problem in win32

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi,

I seem to be having a problem getting pspell to work.

I am running the following test script:

<?php
$pspell_link = pspell_new("en");

if (pspell_check($pspell_link, "testt")) {
    echo "This is a valid spelling";
} else {
    echo "Sorry, wrong spelling";
}
?>

And I get this error:

Fatal error: Call to undefined function pspell_new() in
D:\InetPub\wwwroot\Spell.php on line 2

I have installed Aspell-0-50-3-3-Setup.exe and Aspell-en-0.50-2-3.exe and
tested that installation successfully.

PHP seems to be running fine otherwise (I'm using it for Expression Engine).

I'm using the prebuilt Windows binaries in all cases.

My configuration is:

Aspell 0.50.3
PHP Version 5.2.5 installed as an ISAPI extension
Windows 2000 Server sp 4 with IIS 5

The IIS anonymous user account has access to both PHP and the aspell
directory .

Gary

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux