diff options
Diffstat (limited to 'ext/gmp/gmp.c')
-rw-r--r-- | ext/gmp/gmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c index d72a2d9828..cea27fadbc 100644 --- a/ext/gmp/gmp.c +++ b/ext/gmp/gmp.c @@ -39,7 +39,7 @@ static int le_gmp; /* {{{ gmp_functions[] */ -function_entry gmp_functions[] = { +zend_function_entry gmp_functions[] = { ZEND_FE(gmp_init, NULL) ZEND_FE(gmp_intval, NULL) ZEND_FE(gmp_strval, NULL) |