stable

Clone or download

Read-only

request #12683: Drop support of PHP 5.6

This contribution only raises the minimal requirements of Tuleap and drops polyfill libraries that were only there to get some PHP 7.2 features. The bump of major versions of libraries and code removal allowed thanks to the use of PHP 7.2 should be handled in dedicated contributions and community requests/stories. Change-Id: I51ea03b4d68a77cfaba287b413da23a2efedf584

Modified Files

Name
M Makefile +1 −38 Go to diff View file
D docker-compose-php56.yml +0 −5 Go to diff View file
M plugins/mfa/composer.json +5 −4 Go to diff View file
M plugins/mfa/composer.lock +10 −11 Go to diff View file
M plugins/tracker/composer.json +1 −1 Go to diff View file
M plugins/tracker/composer.lock +2 −2 Go to diff View file
M src/composer.json +1 −3 Go to diff View file
M src/composer.lock +2 −133 Go to diff View file
D src/etc/fpm56/tuleap.conf +0 −432 Go to diff View file
M src/www/include/pre.php +2 −2 Go to diff View file
M tests/Jenkinsfile +0 −9 Go to diff View file
D tests/bin/SimpleTest11x/CompareXMLResults.php +0 −44 Go to diff View file
D tests/bin/SimpleTest11x/FindCompatibleTests.php +0 −79 Go to diff View file
D tests/bin/simpletest +0 −23 Go to diff View file
M tests/bin/simpletest11x.php +0 −12 Go to diff View file
D tests/bin/unit_test +0 −7 Go to diff View file
M tests/rest/bin/setup.sh +5 −6 Go to diff View file
M tests/soap/bin/run.sh +2 −1 Go to diff View file
M tools/Configuration/FPM/BackendSVN.php +1 −1 Go to diff View file
M tools/Configuration/FPM/TuleapWeb.php +0 −15 Go to diff View file
D tools/Configuration/Setup/PHP56Centos6.php +0 −153 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +3 −7 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +3 −6 Go to diff View file
D tools/utils/php56/README.mkd +0 −13 Go to diff View file
D tools/utils/php56/run.php +0 −25 Go to diff View file
D tools/utils/php56/run.sh +0 −5 Go to diff View file