From df716b8f00fd4c6c980b91569ab7612015509c01 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 31 Oct 2022 12:59:22 +1300 Subject: [PATCH] Document that -php7 is for PHP 7 *or later* This was already in the manual, but not in -help output. Fixes #2420 --- Source/Modules/swigmain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/swigmain.cxx b/Source/Modules/swigmain.cxx index ad24d0fee..d553fe893 100644 --- a/Source/Modules/swigmain.cxx +++ b/Source/Modules/swigmain.cxx @@ -70,7 +70,7 @@ static TargetLanguageModule modules[] = { {"-perl5", swig_perl5, "Perl 5", Supported}, {"-php", swig_php, NULL, Supported}, {"-php5", NULL, "PHP 5", Disabled}, - {"-php7", swig_php, "PHP 7", Supported}, + {"-php7", swig_php, "PHP 7 or later", Supported}, {"-pike", NULL, "Pike", Disabled}, {"-python", swig_python, "Python", Supported}, {"-r", swig_r, "R (aka GNU S)", Supported},