diff --git a/ext/lexbor/php_lexbor.c b/ext/lexbor/php_lexbor.c index 9421af0884223..7f847bfb0afeb 100644 --- a/ext/lexbor/php_lexbor.c +++ b/ext/lexbor/php_lexbor.c @@ -72,7 +72,7 @@ zend_module_entry lexbor_module_entry = { NULL, /* per-request startup function */ NULL, /* per-request shutdown function */ PHP_MINFO(lexbor), /* information function */ - NULL, + PHP_VERSION, STANDARD_MODULE_PROPERTIES };