|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-04-05 22:12 UTC] jplock at bigfoot dot com
The Pspell functions no longer work after upgrading to pspell 0.12 and aspell 0.33. I know you have added the pspell author's recommendation to interface with the old functions but that didn't seem to help at all. Thanks. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
Here is a bit of sample code: $pspell_config = pspell_config_create("en"); $pspell_link = pspell_new_config($pspell_config); $pspell_link does not return any value it seems.