ID: 41266
Updated by: [EMAIL PROTECTED]
Reported By: mauron at maurtopia dot com
-Status: Open
+Status: Feedback
Bug Type: Pspell related
Operating System: Windows
PHP Version: 4.4.6
New Comment:
Does registry key HKEY_LOCAL_MACHINE\Software\Aspell exist and what is
its value?
Previous Comments:
------------------------------------------------------------------------
[2007-05-03 04:16:47] mauron at maurtopia dot com
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".
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=41266&edit=1