enchant libenchant binder, support near all spelling tools pajoye Pierre-Alain Joye paj@pearfr.org lead iliaa Ilia Alshanetsky ilia@php.net lead Enchant is a binder for libenchant. Libenchant provides a common API for many spell libraries: - aspell/pspell (intended to replace ispell) - hspell (hebrew) - ispell - myspell (OpenOffice project, mozilla) - uspell (primarily Yiddish, Hebrew, and Eastern European languages) A plugin system allows to add custom spell support. see www.abisource.com/enchant/ PHP stable 1.0 2004-08-11 - Fixed leak inside MINFO function. - Fixed crash inside enchant_dict_suggest() when there are no suggestions. - Added missing safe_mode/open_basedir check inside enchant_broker_request_pwl_dict(). - Fixed various function prototypes. - Fixed possible leak in suggestions result. beta 0.2.1 2004-03-11 - Fix possible leak in suggestions result - Move to beta status alpha 0.2.0 - Add Ilia Alshanetsky as maintainer - Cleanup sources codes (ilia) - Add enchant_dict_quick_check (ilia) 0.1 alpha 2003-03-08 Initial release