summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-03-21 10:57:19 +1300
committerOlly Betts <olly@survex.com>2021-03-21 10:57:35 +1300
commit56d74355735f3661406d69d04d89d1bdb4ca96f9 (patch)
treea3cde5f693308163f12252a31338f211f6f4104c /Doc
parent34e663a61af13eec62050d2b105ace418929e289 (diff)
parentd18f98c24d9ee0e15457e0e91de2689ad591d1db (diff)
downloadswig-56d74355735f3661406d69d04d89d1bdb4ca96f9.tar.gz
Merge branch 'php8-support'
Fixes #1929, Fixes #1978
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Php.html6
-rw-r--r--Doc/Manual/Preprocessor.html2
-rw-r--r--Doc/Manual/SWIG.html2
3 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html
index 09c514e94..4b9195889 100644
--- a/Doc/Manual/Php.html
+++ b/Doc/Manual/Php.html
@@ -51,12 +51,12 @@
<p>
In this chapter, we discuss SWIG's support of PHP. SWIG currently supports
-generating wrappers for PHP7. Support for PHP5 was removed in SWIG 4.0.0
-and support for PHP4 was removed in SWIG 1.3.37.
+generating wrappers for PHP7 and PHP8. Support for PHP5 was removed in SWIG
+4.0.0 and support for PHP4 was removed in SWIG 1.3.37.
</p>
<p>
-Currently any PHP7 release should work.
+Currently any PHP7 or PHP8 release should work.
</p>
<p>
diff --git a/Doc/Manual/Preprocessor.html b/Doc/Manual/Preprocessor.html
index 51cc06378..7611ea40c 100644
--- a/Doc/Manual/Preprocessor.html
+++ b/Doc/Manual/Preprocessor.html
@@ -123,7 +123,7 @@ SWIGOCAML Defined when using OCaml
SWIGOCTAVE Defined when using Octave
SWIGPERL Defined when using Perl
SWIGPHP Defined when using PHP (any version)
-SWIGPHP7 Defined when using PHP7
+SWIGPHP7 Defined when using PHP 7 or later (with a compatible C API)
SWIGPYTHON Defined when using Python
SWIGR Defined when using R
SWIGRUBY Defined when using Ruby
diff --git a/Doc/Manual/SWIG.html b/Doc/Manual/SWIG.html
index c54d117e0..f48842565 100644
--- a/Doc/Manual/SWIG.html
+++ b/Doc/Manual/SWIG.html
@@ -127,7 +127,7 @@ Supported Target Language Options
-lua - Generate Lua wrappers
-octave - Generate Octave wrappers
-perl5 - Generate Perl 5 wrappers
- -php7 - Generate PHP 7 wrappers
+ -php7 - Generate PHP 7 or later wrappers
-python - Generate Python wrappers
-r - Generate R (aka GNU S) wrappers
-ruby - Generate Ruby wrappers