summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/bcmath.c')
-rw-r--r--ext/bcmath/bcmath.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c
index 0cb4f11a2b..95efd3a0c4 100644
--- a/ext/bcmath/bcmath.c
+++ b/ext/bcmath/bcmath.c
@@ -44,13 +44,15 @@ function_entry bcmath_functions[] = {
};
zend_module_entry bcmath_module_entry = {
+ STANDARD_MODULE_HEADER,
"bcmath",
- bcmath_functions,
+ bcmath_functions,
PHP_MINIT(bcmath),
PHP_MSHUTDOWN(bcmath),
PHP_RINIT(bcmath),
NULL,
PHP_MINFO(bcmath),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};