mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Fix warning in embed sapi
This commit is contained in:
parent
12214e1d46
commit
db43a93fc2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user