Skip to content

Commit 7f432a1

Browse files
committed
zend_ulong
1 parent 72b5653 commit 7f432a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gmp/gmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ ZEND_FUNCTION(gmp_pow)
12931293
mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp);
12941294
} else {
12951295
mpz_ptr gmpnum_base;
1296-
unsigned long int gmpnum;
1296+
zend_ulong gmpnum;
12971297
FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base, 1);
12981298
INIT_GMP_RETVAL(gmpnum_result);
12991299
gmpnum = mpz_get_ui(gmpnum_base);

0 commit comments

Comments
 (0)