|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-05-11 12:03 UTC] tony2001@php.net
[2007-05-19 01:00 UTC] php-bugs at lists dot php dot net
[2007-05-22 00:07 UTC] mauron at maurtopia dot com
[2007-05-28 14:58 UTC] tony2001@php.net
[2007-06-05 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 06:00:01 2025 UTC |
Description: ------------ When attempting to create a dictionary with pspell_new_config(), an error is returned. This is not an issue with with the pspell installation; both pspell_new() and pspell_new_personal() work as expected. Reproduce code: --------------- $pspell_config = pspell_config_create("en"); $pspell_link = pspell_new_config($pspell_config); Expected result: ---------------- A new pspell link is created. Actual result: -------------- Warning: PSPELL couldn't open the dictionary. reason: No word lists can be found for the language "en_US".