From 51c9f2c64bf3f07c227de612c6d48e9b6c874b66 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 10 Dec 2002 19:04:27 +0000 Subject: Added support for libbcmath's bc_raisemod function as bc_powmod() --- ext/bcmath/php_bcmath.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/bcmath/php_bcmath.h') diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index 35299d3cc9..f7036a4bbd 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -60,6 +60,7 @@ PHP_FUNCTION(bcpow); PHP_FUNCTION(bcsqrt); PHP_FUNCTION(bccomp); PHP_FUNCTION(bcscale); +PHP_FUNCTION(bc_powmod); #else -- cgit v1.2.1