Skip to content

Commit c262045

Browse files
Merge branch 'PHP-8.5'
* PHP-8.5: ext/lexbor: use PHP_VERSION for extension version (php#20291)
2 parents bc7b8bd + b35b5e0 commit c262045

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)