diff options
Diffstat (limited to 'sapi/embed/php_embed.c')
-rw-r--r-- | sapi/embed/php_embed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 1a86113cc7..5c3bf1197c 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -141,6 +141,7 @@ sapi_module_struct php_embed_module = { }; /* }}} */ /* {{{ arginfo ext/standard/dl.c */ +static ZEND_BEGIN_ARG_INFO(arginfo_dl, 0) ZEND_ARG_INFO(0, extension_filename) ZEND_END_ARG_INFO() |