From 916b56d2d9cbec250f3dd3bc558933047982871e Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 24 Oct 2008 16:02:16 +0000 Subject: - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro --- sapi/cli/php_cli.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index a825fa16bb..5c0df125f1 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -434,7 +434,6 @@ static sapi_module_struct cli_sapi_module = { }; /* }}} */ /* {{{ arginfo ext/standard/dl.c */ -static ZEND_BEGIN_ARG_INFO(arginfo_dl, 0) ZEND_ARG_INFO(0, extension_filename) ZEND_END_ARG_INFO() -- cgit v1.2.1