Description
Applications running on PHP 8.3 can check spelling through the older Pspell interface. This runtime extension is useful for editors, CMS text fields, publishing tools, and form helpers that suggest corrections from installed dictionaries. It is dependency-only and has no separate launcher; PHP code calls Pspell functions when enabled. Spell checking does not validate meaning or safety, so submitted text still needs normal moderation and sanitization where it is published.