mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
Removed pspell_mode() and pspell_runtogether()
This commit is contained in:
parent
b480b8dace
commit
f1f91467fa
@ -27,8 +27,6 @@ extern zend_module_entry pspell_module_entry;
|
||||
PHP_MINIT_FUNCTION(pspell);
|
||||
PHP_MINFO_FUNCTION(pspell);
|
||||
PHP_FUNCTION(pspell_new);
|
||||
PHP_FUNCTION(pspell_mode);
|
||||
PHP_FUNCTION(pspell_runtogether);
|
||||
PHP_FUNCTION(pspell_check);
|
||||
PHP_FUNCTION(pspell_suggest);
|
||||
PHP_FUNCTION(pspell_store_replacement);
|
||||
|
Loading…
Reference in New Issue
Block a user