Skip to content

Commit 2e08aa0

Browse files
committed
Use STANDARD_MODULE_HEADER
1 parent 22c618e commit 2e08aa0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/date/php_date.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,7 @@ static int date_object_compare_timezone(zval *tz1, zval *tz2);
370370

371371
/* {{{ Module struct */
372372
zend_module_entry date_module_entry = {
373-
STANDARD_MODULE_HEADER_EX,
374-
NULL,
375-
NULL,
373+
STANDARD_MODULE_HEADER,
376374
"date", /* extension name */
377375
ext_functions, /* function list */
378376
PHP_MINIT(date), /* process startup */

0 commit comments

Comments
 (0)