enchant-pecl

This package is not maintained anymore and has been superseded. Package has moved to channel https://www.php.net/enchant
This extension has been replaced by enchant.

libenchant binder, support near all spelling tools

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/hunspell (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/

Maintainer

  • Pierre Joye (lead )
  • Ilia Alshanetsky (lead )
  • Pierre-Alain Joye (lead )

Details

Downloads: 58768
1.0
20 years ago
Version 1.0 change log

- 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.