From: Nikita Popov Date: Fri, 10 Jul 2020 12:10:02 +0000 (+0200) Subject: Fix warning in embed sapi X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db43a93fc2c5b2f3f2e9eeca70803710afd59850;p=php Fix warning in embed sapi --- diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 1d1d43e56b..184445e380 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -150,7 +150,7 @@ ZEND_END_ARG_INFO() static const zend_function_entry additional_functions[] = { ZEND_FE(dl, arginfo_dl) - {NULL, NULL, NULL} + ZEND_FE_END }; EMBED_SAPI_API int php_embed_init(int argc, char **argv)