Fix warning in embed sapi

This commit is contained in:
Nikita Popov 2020-07-10 14:10:02 +02:00
parent 12214e1d46
commit db43a93fc2

View File

@ -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)