mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.5'
* PHP-8.5: ext/lexbor: use PHP_VERSION for extension version (#20291)
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user