summaryrefslogtreecommitdiff
path: root/ext/bcmath/php_bcmath.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-11-10 12:02:10 +0000
committerDmitry Stogov <dmitry@php.net>2006-11-10 12:02:10 +0000
commita4a77d3f9102fc2506774f5b3af197fe847ce843 (patch)
treea649998a7d521f9badbc5820b15b483e965de61c /ext/bcmath/php_bcmath.h
parent011e0cde62607af47fd91595b4e59855bc232102 (diff)
downloadphp-git-a4a77d3f9102fc2506774f5b3af197fe847ce843.tar.gz
Intialization code is moved from request startup to module startup
Diffstat (limited to 'ext/bcmath/php_bcmath.h')
-rw-r--r--ext/bcmath/php_bcmath.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h
index 2b6da6f123..1d1964a899 100644
--- a/ext/bcmath/php_bcmath.h
+++ b/ext/bcmath/php_bcmath.h
@@ -30,8 +30,6 @@ extern zend_module_entry bcmath_module_entry;
PHP_MINIT_FUNCTION(bcmath);
PHP_MSHUTDOWN_FUNCTION(bcmath);
-PHP_RINIT_FUNCTION(bcmath);
-PHP_RSHUTDOWN_FUNCTION(bcmath);
PHP_MINFO_FUNCTION(bcmath);
PHP_FUNCTION(bcadd);