summaryrefslogtreecommitdiff
path: root/ext/bcmath/php_bcmath.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-06-18 18:51:33 +0000
committerAndi Gutmans <andi@php.net>2002-06-18 18:51:33 +0000
commit52c941dc010c735608c86c18ea7c97b5526fc5fd (patch)
tree29883ecae00cbabf59b926beae974aed6c21affc /ext/bcmath/php_bcmath.h
parentd4acdd349fb6541242acabbedb1ac805a581cf66 (diff)
downloadphp-git-52c941dc010c735608c86c18ea7c97b5526fc5fd.tar.gz
- Nuke use of persist_alloc(). This can't be used with a new memory manager
Diffstat (limited to 'ext/bcmath/php_bcmath.h')
-rw-r--r--ext/bcmath/php_bcmath.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h
index 8ead3253b8..bf57c25e88 100644
--- a/ext/bcmath/php_bcmath.h
+++ b/ext/bcmath/php_bcmath.h
@@ -26,9 +26,8 @@
extern zend_module_entry bcmath_module_entry;
#define phpext_bcmath_ptr &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);