Подскажите, уважаемые, а то умучался, как подключить pspell под Windows? Нормального мануала не нашел, а то что нашел, противоречит здравому смыслу, ибо указывается, что нужно скачать библиотеки aspell-15.dll и pspell-15.dll, выложить их в php/ext (у меня дефолтный для экстеншенов), а в php.ini прописать: Код (Text): extension=php_pspell.dll Сделал так - естественно не работает: Пробовал и так: Код (Text): extension=aspell-15.dll extension=pspell-15.dll То же самое. Искал библиотеку: php_pspell.dll, но кроме как на вирусных сайтах её нигде нет. Да и в мануалах про неё не говорится. Существует ли она в природе и как это правильно настроить?
Код (Text): Note to Win32 Users In order for this extension to work, there are DLL files that must be available to the Windows system PATH. For information on how to do this, see the FAQ entitled "How do I add my PHP directory to the PATH on Windows". Although copying DLL files from the PHP folder into the Windows system directory also works (because the system directory is by default in the system's PATH), this is not recommended. This extension requires the following files to be in the PATH: aspell-15.dll from the bin folder of the aspell installation. Win32 support is available only in PHP 4.3.3 and later versions. Also, at least aspell version 0.50 is required. Ну добавил я в патс C:\Program Files (x86)\Aspell\bin и C:\Program Files (x86)\PHP\ext Ожидаемо, ничего это не изменило, ибо extension=aspell-15.dll и так должно работать, но не работает, а extension=php_pspell.dll не должно работать, ибо php_pspell.dll отсутствует. Ну оно и не работает. Печа-а-а-аль...