mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
added several functions for manipulating wordlists:
pspell_store_replacement() pspell_add_to_personal() pspell_add_to_session() pspell_clear_session()
This commit is contained in:
parent
29ab69a767
commit
b3305dab64
@ -31,6 +31,10 @@ PHP_FUNCTION(pspell_mode);
|
||||
PHP_FUNCTION(pspell_runtogether);
|
||||
PHP_FUNCTION(pspell_check);
|
||||
PHP_FUNCTION(pspell_suggest);
|
||||
PHP_FUNCTION(pspell_store_replacement);
|
||||
PHP_FUNCTION(pspell_add_to_personal);
|
||||
PHP_FUNCTION(pspell_add_to_session);
|
||||
PHP_FUNCTION(pspell_clear_session);
|
||||
#else
|
||||
#define pspell_module_ptr NULL
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user