1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Use STANDARD_MODULE_HEADER for ext-date (GH-21080)

This commit is contained in:
Arshid
2026-01-29 21:49:14 +05:30
committed by GitHub
parent 0dd1bdc3e5
commit 5ce36453d6

View File

@@ -370,9 +370,7 @@ static int date_object_compare_timezone(zval *tz1, zval *tz2);
/* {{{ Module struct */
zend_module_entry date_module_entry = {
STANDARD_MODULE_HEADER_EX,
NULL,
NULL,
STANDARD_MODULE_HEADER,
"date", /* extension name */
ext_functions, /* function list */
PHP_MINIT(date), /* process startup */