summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-31 12:59:22 +1300
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-11-05 10:39:20 +0000
commit2a0cd9e283801387b2d9cdeb48b2c124af1a97fd (patch)
treee8097778ef67ff15ef24b5addf93d3d1624fcc60
parentf8c229b9d8f83dd47b6f64ed2a152f2e9bf21c39 (diff)
downloadswig-2a0cd9e283801387b2d9cdeb48b2c124af1a97fd.tar.gz
Document that -php7 is for PHP 7 *or later*
This was already in the manual, but not in -help output. Fixes #2420
-rw-r--r--Source/Modules/swigmain.cxx2
1 files changed, 1 insertions, 1 deletions
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},