diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 73943bec362..74129abe5cf 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -429,6 +429,7 @@ static sapi_module_struct cli_sapi_module = { STANDARD_SAPI_MODULE_PROPERTIES }; /* }}} */ + /* {{{ arginfo ext/standard/dl.c */ ZEND_BEGIN_ARG_INFO(arginfo_dl, 0) ZEND_ARG_INFO(0, extension_filename) diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index c124ddd8823..5edb90c4ce0 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -140,6 +140,7 @@ sapi_module_struct php_embed_module = { STANDARD_SAPI_MODULE_PROPERTIES }; /* }}} */ + /* {{{ arginfo ext/standard/dl.c */ ZEND_BEGIN_ARG_INFO(arginfo_dl, 0) ZEND_ARG_INFO(0, extension_filename)