We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df91410 commit b35b5e0Copy full SHA for b35b5e0
ext/lexbor/php_lexbor.c
@@ -72,7 +72,7 @@ zend_module_entry lexbor_module_entry = {
72
NULL, /* per-request startup function */
73
NULL, /* per-request shutdown function */
74
PHP_MINFO(lexbor), /* information function */
75
- NULL,
+ PHP_VERSION,
76
STANDARD_MODULE_PROPERTIES
77
};
78
0 commit comments