From 3584c7d49cb598ce79d5e285d6c17b2dedfe3ecb Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 17 Mar 2021 12:45:17 +1300 Subject: Add initial support for PHP8 Testcase director_overload2 is failing, but the rest of the testsuite passes. --- Doc/Manual/Php.html | 6 +++--- Doc/Manual/Preprocessor.html | 2 +- Doc/Manual/SWIG.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Doc') 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 @@

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.

-Currently any PHP7 release should work. +Currently any PHP7 or PHP8 release should work.

diff --git a/Doc/Manual/Preprocessor.html b/Doc/Manual/Preprocessor.html index 51cc06378..0c704bde9 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 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 -- cgit v1.2.1