ID: 41266
User updated by: mauron at maurtopia dot com
Reported By: mauron at maurtopia dot com
-Status: No Feedback
+Status: Open
Bug Type: Pspell related
Operating System: Windows
-PHP Version: 4.4.6
+PHP Version: 4.4.7
New Comment:
The key does exist, and the (default) value is "C:\Program
Files\Aspell".
The "Path" value is "C:\Program Files\Aspell\bin".
Both of those match the directories in my installation.
I have confirmed the bug on PHP 4.4.7, and updated the version to
reflect that.
Previous Comments:
------------------------------------------------------------------------
[2007-05-19 01:00:01] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2007-05-11 12:03:39] [EMAIL PROTECTED]
Does registry key HKEY_LOCAL_MACHINE\Software\Aspell exist and what is
its value?
------------------------------------------------------------------------
[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