diff options
Diffstat (limited to 'ext/mcrypt/mcrypt.c')
-rw-r--r-- | ext/mcrypt/mcrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index bfdc2369b4..53006158d9 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -84,7 +84,7 @@ function_entry mcrypt_functions[] = { PHP_FE(mcrypt_module_close, NULL) #endif - {0}, + {NULL, NULL, NULL} }; static PHP_MINFO_FUNCTION(mcrypt); |