diff options
author | Daniel Beulshausen <dbeu@php.net> | 2000-10-08 11:45:18 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2000-10-08 11:45:18 +0000 |
commit | d667e05543b02da5fa122c5878c09067622013c4 (patch) | |
tree | c5c2a6a2d7a9eefacf8a764d36ad7f124d716e95 /ext/bcmath/php_bcmath.h | |
parent | 990a86615dd1aad60e752374892f1398657ca81a (diff) | |
download | php-git-d667e05543b02da5fa122c5878c09067622013c4.tar.gz |
more cleanup of info code
Diffstat (limited to 'ext/bcmath/php_bcmath.h')
-rw-r--r-- | ext/bcmath/php_bcmath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index 29c3f783a6..df7512d842 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -28,6 +28,8 @@ extern zend_module_entry bcmath_module_entry; extern PHP_RINIT_FUNCTION(bcmath); extern PHP_RSHUTDOWN_FUNCTION(bcmath); +PHP_MINFO_FUNCTION(bcmath); + PHP_FUNCTION(bcadd); PHP_FUNCTION(bcsub); PHP_FUNCTION(bcmul); |