Skip to content

Commit adb3e39

Browse files
author
Sascha Schumann
committed
php_register_command_line_global_vars only needs file scope.
1 parent 280e10a commit adb3e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cgi/cgi_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ static void define_command_line_ini_entry(char *arg)
340340
}
341341

342342

343-
void php_register_command_line_global_vars(char **arg)
343+
static void php_register_command_line_global_vars(char **arg)
344344
{
345345
char *var, *val;
346346
ELS_FETCH();

0 commit comments

Comments
 (0)