From:             mauron at maurtopia dot com
Operating system: Windows
PHP version:      4.4.6
PHP Bug Type:     Pspell related
Bug description:  pspell_new_config() fails to locate dictionary

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 bug report at http://bugs.php.net/?id=41266&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41266&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41266&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41266&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41266&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41266&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41266&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41266&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41266&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41266&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41266&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41266&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41266&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41266&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41266&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41266&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41266&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41266&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41266&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41266&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41266&r=mysqlcfg

Reply via email to