summaryrefslogtreecommitdiff
path: root/ext/bcmath/php_bcmath.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2002-12-10 19:04:27 +0000
committerSara Golemon <pollita@php.net>2002-12-10 19:04:27 +0000
commit51c9f2c64bf3f07c227de612c6d48e9b6c874b66 (patch)
treee476a155cdd2776744abd80ce588c78a13c13080 /ext/bcmath/php_bcmath.h
parent91a6272972badd9a36e57e68d77b6631647354f4 (diff)
downloadphp-git-51c9f2c64bf3f07c227de612c6d48e9b6c874b66.tar.gz
Added support for libbcmath's bc_raisemod function as bc_powmod()
Diffstat (limited to 'ext/bcmath/php_bcmath.h')
-rw-r--r--ext/bcmath/php_bcmath.h1
1 files changed, 1 insertions, 0 deletions
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