From ce5a249878e6c8d84f01e20499a070e439fe70e1 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 9 Feb 2019 23:52:41 +1300 Subject: [PATCH] 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. --- Source/Modules/swigmain.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Modules/swigmain.cxx b/Source/Modules/swigmain.cxx index a9916ad9a..0ff13a723 100644 --- a/Source/Modules/swigmain.cxx +++ b/Source/Modules/swigmain.cxx @@ -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},