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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c
index 55b3af35bf..b79756f311 100644
--- a/ext/bcmath/bcmath.c
+++ b/ext/bcmath/bcmath.c
@@ -44,6 +44,7 @@ function_entry bcmath_functions[] = {
};
zend_module_entry bcmath_module_entry = {
+ STANDARD_MODULE_HEADER,
"bcmath",
bcmath_functions,
PHP_MINIT(bcmath),
@@ -51,6 +52,7 @@ zend_module_entry bcmath_module_entry = {
PHP_RINIT(bcmath),
NULL,
PHP_MINFO(bcmath),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};