diff options
author | Stanislav Malyshev <stas@php.net> | 2000-11-29 15:49:18 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2000-11-29 15:49:18 +0000 |
commit | ebffa649c363f3d58bc0c0b653e9861ca7b76bc9 (patch) | |
tree | 64acf4f2ea3823172f940dce6daf963d055e68d6 /ext/gmp/php_gmp.h | |
parent | 2cc8e2f8c79b4ca00c2e4ef953c12ea1ef6588d4 (diff) | |
download | php-git-ebffa649c363f3d58bc0c0b653e9861ca7b76bc9.tar.gz |
Add more GMP functions, fix a couple of bugs
Diffstat (limited to 'ext/gmp/php_gmp.h')
-rw-r--r-- | ext/gmp/php_gmp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/gmp/php_gmp.h b/ext/gmp/php_gmp.h index 519a70757b..5f8c2350a0 100644 --- a/ext/gmp/php_gmp.h +++ b/ext/gmp/php_gmp.h @@ -71,6 +71,10 @@ ZEND_FUNCTION(gmp_xor); ZEND_FUNCTION(gmp_random); ZEND_FUNCTION(gmp_setbit); ZEND_FUNCTION(gmp_clrbit); +ZEND_FUNCTION(gmp_scan0); +ZEND_FUNCTION(gmp_scan1); +ZEND_FUNCTION(gmp_popcount); +ZEND_FUNCTION(gmp_hamdist); /* Declare any global variables you may need between the BEGIN |