From db43a93fc2c5b2f3f2e9eeca70803710afd59850 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 10 Jul 2020 14:10:02 +0200 Subject: [PATCH] Fix warning in embed sapi --- sapi/embed/php_embed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 1d1d43e56b2..184445e380c 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)