Document that -php7 is for PHP 7 *or later*

This was already in the manual, but not in -help output.

Fixes #2420
This commit is contained in:
Olly Betts 2022-10-31 12:59:22 +13:00
commit df716b8f00

View file

@ -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},