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:
Olly Betts 2019-02-09 23:52:41 +13:00
commit ce5a249878

View file

@ -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},