From 66d07c6a56a2b4c340d6aaa3443c343af8d92728 Mon Sep 17 00:00:00 2001 From: lwlwilliam <1053317536@qq.com> Date: Tue, 13 Aug 2024 12:08:03 +0800 Subject: [PATCH] Delete duplicate options --- sapi/cgi/cgi_main.c | 1 - sapi/cli/php_cli.c | 1 - 2 files changed, 2 deletions(-) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 4096b8d665cb2..ce925a23b20ae 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -154,7 +154,6 @@ static const opt_struct OPTIONS[] = { {'n', 0, "no-php-ini"}, {'q', 0, "no-header"}, {'s', 0, "syntax-highlight"}, - {'s', 0, "syntax-highlighting"}, {'w', 0, "strip"}, {'?', 0, "usage"},/* help alias (both '?' and 'usage') */ {'v', 0, "version"}, diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 840cdae378026..88b5353d0275e 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -142,7 +142,6 @@ const opt_struct OPTIONS[] = { {'H', 0, "hide-args"}, {'r', 1, "run"}, {'s', 0, "syntax-highlight"}, - {'s', 0, "syntax-highlighting"}, {'S', 1, "server"}, {'t', 1, "docroot"}, {'w', 0, "strip"},