Drop -php4 option completely
SWIG's support for PHP4 was removed over a decade ago, and PHP4 itself went out of security support more than a decade ago too - nobody is realistically going to be trying to generate PHP4 bindings in 2019.
This commit is contained in:
parent
e0fb4b8956
commit
ce5a249878
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ static TargetLanguageModule modules[] = {
|
|||
{"-perl", swig_perl5, NULL, Supported},
|
||||
{"-perl5", swig_perl5, "Perl 5", Supported},
|
||||
{"-php", swig_php, NULL, Supported},
|
||||
{"-php4", NULL, "PHP 4", Disabled},
|
||||
{"-php5", NULL, "PHP 5", Disabled},
|
||||
{"-php7", swig_php, "PHP 7", Supported},
|
||||
{"-pike", NULL, "Pike", Disabled},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue