1
0
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:
Daniel Scherzer
2025-10-28 10:51:34 -07:00

View File

@@ -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
};