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.
This commit is contained in:
parent
f7a255c38a
commit
d6d5db122b
201 changed files with 94 additions and 11358 deletions
|
|
@ -15,7 +15,6 @@ def get_cflags(language, std, compiler):
|
|||
"octave":"-Werror " + c_common,
|
||||
"perl5":"-Werror " + c_common,
|
||||
"php":"-Werror " + c_common,
|
||||
"php5":"-Werror " + c_common,
|
||||
"python":"-Werror " + c_common,
|
||||
"r":"-Werror " + c_common,
|
||||
"ruby":"-Werror " + c_common,
|
||||
|
|
@ -45,7 +44,6 @@ def get_cxxflags(language, std, compiler):
|
|||
"octave":"-Werror " + cxx_common,
|
||||
"perl5":"-Werror " + cxx_common,
|
||||
"php":"-Werror " + cxx_common,
|
||||
"php5":"-Werror " + cxx_common,
|
||||
"python":"-Werror " + cxx_common,
|
||||
"r":"-Werror " + cxx_common,
|
||||
"ruby":"-Werror " + cxx_common,
|
||||
|
|
|
|||
|
|
@ -84,9 +84,6 @@ case "$SWIGLANG" in
|
|||
travis_retry sudo apt-get -qq install liboctave${VER}-dev
|
||||
fi
|
||||
;;
|
||||
"php5")
|
||||
travis_retry sudo apt-get -qq install php5-cli php5-dev
|
||||
;;
|
||||
"php")
|
||||
travis_retry sudo add-apt-repository -y ppa:ondrej/php
|
||||
travis_retry sudo apt-get -qq update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue