From ebffa649c363f3d58bc0c0b653e9861ca7b76bc9 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 29 Nov 2000 15:49:18 +0000 Subject: Add more GMP functions, fix a couple of bugs --- ext/gmp/php_gmp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/gmp/php_gmp.h') 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 -- cgit v1.2.1