diff options
author | Andi Gutmans <andi@php.net> | 2002-06-18 18:51:33 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-06-18 18:51:33 +0000 |
commit | 52c941dc010c735608c86c18ea7c97b5526fc5fd (patch) | |
tree | 29883ecae00cbabf59b926beae974aed6c21affc /ext/bcmath/php_bcmath.h | |
parent | d4acdd349fb6541242acabbedb1ac805a581cf66 (diff) | |
download | php-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.h | 3 |
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); |