diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-18 14:54:32 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-18 14:54:32 +0000 |
commit | 9e905c3de77d3004071ad2c202ef86dc52eae892 (patch) | |
tree | bac796d8d54df9ee4f9eb01b43f673a5cfa09bd5 /ext/gmp/php_gmp.h | |
parent | 9ccbb28696be46c5236a387e0548ecc5a4000dae (diff) | |
download | php-git-9e905c3de77d3004071ad2c202ef86dc52eae892.tar.gz |
MFH: add gmp_nextprime()
patch by ants dot aasma at gmail dot com
Diffstat (limited to 'ext/gmp/php_gmp.h')
-rw-r--r-- | ext/gmp/php_gmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gmp/php_gmp.h b/ext/gmp/php_gmp.h index 7ad54723f1..5af3615973 100644 --- a/ext/gmp/php_gmp.h +++ b/ext/gmp/php_gmp.h @@ -75,6 +75,7 @@ ZEND_FUNCTION(gmp_scan0); ZEND_FUNCTION(gmp_scan1); ZEND_FUNCTION(gmp_popcount); ZEND_FUNCTION(gmp_hamdist); +ZEND_FUNCTION(gmp_nextprime); ZEND_BEGIN_MODULE_GLOBALS(gmp) zend_bool rand_initialized; |