diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-11-10 12:02:10 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-11-10 12:02:10 +0000 |
commit | a4a77d3f9102fc2506774f5b3af197fe847ce843 (patch) | |
tree | a649998a7d521f9badbc5820b15b483e965de61c /ext/bcmath/php_bcmath.h | |
parent | 011e0cde62607af47fd91595b4e59855bc232102 (diff) | |
download | php-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.h | 2 |
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); |