Skip to content

Commit b35b5e0

Browse files
ext/lexbor: use PHP_VERSION for extension version (php#20291)
To match most other bundled extensions, instead of having no version at all
1 parent df91410 commit b35b5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/lexbor/php_lexbor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ zend_module_entry lexbor_module_entry = {
7272
NULL, /* per-request startup function */
7373
NULL, /* per-request shutdown function */
7474
PHP_MINFO(lexbor), /* information function */
75-
NULL,
75+
PHP_VERSION,
7676
STANDARD_MODULE_PROPERTIES
7777
};
7878

0 commit comments

Comments
 (0)