We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ead13b commit 2da6392Copy full SHA for 2da6392
ext/pspell/pspell.c
@@ -65,6 +65,7 @@ function_entry pspell_functions[] = {
65
PHP_FE(pspell_config_personal, NULL)
66
PHP_FE(pspell_config_repl, NULL)
67
PHP_FE(pspell_config_save_repl, NULL)
68
+ {NULL, NULL, NULL}
69
};
70
/* }}} */
71
0 commit comments