From: Marcus Boerger Date: Wed, 31 Dec 2008 14:15:41 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.4.0alpha1~191^2~4698 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=509f9455a0c9cb6077cea3111fa3d6c5fd9efa5f;p=php - WS --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 73943bec36..74129abe5c 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 c124ddd882..5edb90c4ce 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)