Skip to content

Commit db43a93

Browse files
committed
Fix warning in embed sapi
1 parent 12214e1 commit db43a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/embed/php_embed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ZEND_END_ARG_INFO()
150150

151151
static const zend_function_entry additional_functions[] = {
152152
ZEND_FE(dl, arginfo_dl)
153-
{NULL, NULL, NULL}
153+
ZEND_FE_END
154154
};
155155

156156
EMBED_SAPI_API int php_embed_init(int argc, char **argv)

0 commit comments

Comments
 (0)