mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use #ifdef COMPILE_DL_EXTNAME solely.
This commit is contained in:
parent
0236982d6d
commit
4686a3b50e
36 changed files with 56 additions and 56 deletions
|
@ -40,7 +40,7 @@ zend_module_entry bcmath_module_entry = {
|
|||
"bcmath", bcmath_functions, NULL, NULL, PHP_RINIT(bcmath), PHP_RSHUTDOWN(bcmath), NULL, STANDARD_MODULE_PROPERTIES
|
||||
};
|
||||
|
||||
#if defined(COMPILE_DL) || defined(COMPILE_DL_BCMATH)
|
||||
#ifdef COMPILE_DL_BCMATH
|
||||
ZEND_GET_MODULE(bcmath)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue