diff options
Diffstat (limited to 'ext/bcmath/bcmath.c')
-rw-r--r-- | ext/bcmath/bcmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 3bb1aeb38e..ad93588077 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -41,7 +41,7 @@ zend_module_entry bcmath_module_entry = { }; #if COMPILE_DL -zend_module_entry *get_module() { return &bcmath_module_entry; }; +ZEND_GET_MODULE(bcmath) #endif #ifndef THREAD_SAFE |