Skip to content

Commit 77d98de

Browse files
committed
sapi/phpdbg: make OPTIONS static
1 parent ed1bb78 commit 77d98de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/phpdbg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ static sapi_module_struct phpdbg_sapi_module = {
963963
};
964964
/* }}} */
965965

966-
const opt_struct OPTIONS[] = { /* {{{ */
966+
static const opt_struct OPTIONS[] = { /* {{{ */
967967
{'c', 1, "ini path override"},
968968
{'d', 1, "define ini entry on command line"},
969969
{'n', 0, "no php.ini"},

0 commit comments

Comments
 (0)