]> granicus.if.org Git - php/commitdiff
Fix crash bug 15607
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 22 Feb 2002 11:39:23 +0000 (11:39 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 22 Feb 2002 11:39:23 +0000 (11:39 +0000)
ext/pspell/pspell.c

index 52d2587422d95106de95ace9191e59f6542a5ae6..33962cb288b4904d8538f29715dc67c409cae131 100644 (file)
@@ -65,6 +65,7 @@ function_entry pspell_functions[] = {
        PHP_FE(pspell_config_personal,          NULL)
        PHP_FE(pspell_config_repl,              NULL)
        PHP_FE(pspell_config_save_repl,         NULL)
+       {NULL, NULL, NULL} 
 };
 /* }}} */