|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-13 23:37 UTC] vlad@php.net
[2001-12-17 09:46 UTC] php at acerbus dot com
[2001-12-28 21:52 UTC] vlad@php.net
[2002-01-04 15:09 UTC] php at acerbus dot com
[2002-01-15 16:24 UTC] clarkron at mail dot armstrong dot edu
[2002-02-22 06:56 UTC] yohgaki@php.net
[2004-10-01 15:38 UTC] my at email dot pt
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 13:00:01 2025 UTC |
'./configure' '--with-mysql=/usr/local/mysql' '--with-apxs' '--enable-wddx' '--with-sablot' '--with-pspell=/usr/local/share' '--enable-force-cgi-redirect' '--with-gettext '--with-ldap' Worked in 4.0.6 but not in 4.1.0 Warning: PSPELL couldn't open the dictionary. reason: I'm sorry I can't find any suitable word lists for the language-tag "en". $pspell_link = pspell_new ("en"); if (!pspell_check ($pspell_link, "testt")) { $suggestions = pspell_suggest ($pspell_link, "testt"); foreach ($suggestions as $suggestion) { echo "Possible spelling: $suggestion<br>"; } }