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:
parent
1e99e4fe37
commit
df716b8f00
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue