summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2018-06-07 18:04:45 +1200
committerOlly Betts <olly@survex.com>2018-06-07 18:09:03 +1200
commitd6d5db122bb9900b4d12ebeee038b233b92b46ed (patch)
tree8aa052c094eaf80dad540176d74abdb80242eaa7 /Makefile.in
parentf7a255c38acff21cad01e300ba8d8169aea9c377 (diff)
downloadswig-d6d5db122bb9900b4d12ebeee038b233b92b46ed.tar.gz
Remove support for PHP5
PHP5 is no longer actively supported by the PHP developers and security support for it ends completely at the end of 2018, so it doesn't make sense to include support for it in the upcoming SWIG 4.0.0 release. See #701.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 9f81598cd..9d23fb303 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -67,7 +67,6 @@ skip-guile = test -n "@SKIP_GUILE@"
skip-mzscheme = test -n "@SKIP_MZSCHEME@"
skip-ruby = test -n "@SKIP_RUBY@"
skip-php = test -n "@SKIP_PHP@"
-skip-php5 = test -n "@SKIP_PHP5@"
skip-ocaml = test -n "@SKIP_OCAML@"
skip-octave = test -n "@SKIP_OCTAVE@"
skip-pike = test -n "@SKIP_PIKE@"
@@ -118,7 +117,6 @@ check-aliveness:
@$(skip-ocaml) || ./$(TARGET) -ocaml -help
@$(skip-octave) || ./$(TARGET) -octave -help
@$(skip-php) || ./$(TARGET) -php7 -help
- @$(skip-php5) || ./$(TARGET) -php5 -help
@$(skip-pike) || ./$(TARGET) -pike -help
@$(skip-chicken) || ./$(TARGET) -chicken -help
@$(skip-csharp) || ./$(TARGET) -csharp -help
@@ -151,7 +149,6 @@ check-versions: \
check-ocaml-version \
check-octave-version \
check-php-version \
- check-php5-version \
check-pike-version \
check-chicken-version \
check-csharp-version \
@@ -192,7 +189,6 @@ check-examples: \
check-ocaml-examples \
check-octave-examples \
check-php-examples \
- check-php5-examples \
check-pike-examples \
check-chicken-examples \
check-csharp-examples \
@@ -219,7 +215,6 @@ ruby_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/ruby/check.list)
ocaml_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/ocaml/check.list)
octave_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/octave/check.list)
php_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/php/check.list)
-php5_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/php5/check.list)
pike_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/pike/check.list)
chicken_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/chicken/check.list)
csharp_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/csharp/check.list)
@@ -268,7 +263,6 @@ check-test-suite: \
check-ocaml-test-suite \
check-octave-test-suite \
check-php-test-suite \
- check-php5-test-suite \
check-pike-test-suite \
check-csharp-test-suite \
check-modula3-test-suite \
@@ -323,7 +317,6 @@ all-test-suite: \
all-ocaml-test-suite \
all-octave-test-suite \
all-php-test-suite \
- all-php5-test-suite \
all-pike-test-suite \
all-csharp-test-suite \
all-modula3-test-suite \
@@ -354,7 +347,6 @@ broken-test-suite: \
broken-ocaml-test-suite \
broken-octave-test-suite \
broken-php-test-suite \
- broken-php5-test-suite \
broken-pike-test-suite \
broken-csharp-test-suite \
broken-modula3-test-suite \
@@ -499,7 +491,7 @@ install-main:
@echo "Installing $(DESTDIR)$(BIN_DIR)/`echo $(TARGET_NOEXE) | sed '$(transform)'`@EXEEXT@"
@$(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BIN_DIR)/`echo $(TARGET_NOEXE) | sed '$(transform)'`@EXEEXT@
-lib-languages = typemaps tcl perl5 python guile java mzscheme ruby php php5 ocaml octave \
+lib-languages = typemaps tcl perl5 python guile java mzscheme ruby php ocaml octave \
pike chicken csharp modula3 allegrocl clisp lua cffi uffi r go d javascript javascript/jsc \
javascript/v8 scilab