stable

Clone or download

Read-only

Bump to PHP 7.4

Tuleap is now PHP 7.4 by default. Sorry for the fat commit but things are spread all over the place and it's hard to spot missing parts. composer.json were updated as composer v2 + controlled (nix) environment makes useless the supported platform and extension specification in `platform` section. Part of request #20938 Add support of PHP 7.4 Change-Id: I68f096dbc49dc8232c7d1293f700efe209f73bb1

Modified Files

Name
M Makefile +3 −3 Go to diff View file
M docker-compose-distlp-tests.yml +1 −1 Go to diff View file
M docker-compose-distlp.yml +1 −1 Go to diff View file
M docker-compose.yml +1 −1 Go to diff View file
M plugins/document/composer.json +0 −4 Go to diff View file
M plugins/document/composer.lock +2 −5 Go to diff View file
M plugins/forumml/composer.json +0 −4 Go to diff View file
M plugins/forumml/composer.lock +2 −6 Go to diff View file
D plugins/git/bin/gl-membership.pl +0 −46 Go to diff View file
M plugins/git/composer.json +0 −3 Go to diff View file
M plugins/git/composer.lock +12 −4 Go to diff View file
M plugins/mfa/composer.json +0 −3 Go to diff View file
M plugins/mfa/composer.lock +7 −4 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/docker-compose.yml +2 −2 Go to diff View file
M plugins/svn/tests/integration/SVN/Commit/_fixtures/pre-commit.php +1 −1 Go to diff View file
M plugins/taskboard/composer.json +0 −3 Go to diff View file
M plugins/taskboard/composer.lock +1 −4 Go to diff View file
M plugins/tee_container/bin/tee-container.php +1 −1 Go to diff View file
M plugins/tracker/composer.json +1 −5 Go to diff View file
M plugins/tracker/composer.lock +5 −6 Go to diff View file
M src/composer.json +1 −9 Go to diff View file
M src/composer.lock +214 −14 Go to diff View file
M src/etc/nginx/README.mkd +1 −1 Go to diff View file
M src/tuleap-cfg/Command/Docker/Tuleap.php +25 −2 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPMCommand.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/SiteDeployCommand.php +1 −1 Go to diff View file
M src/utils/systemd/tuleap-php-fpm.service +3 −3 Go to diff View file
M tests/Jenkinsfile +9 −9 Go to diff View file
M tests/Jenkinsfile-nightly +37 −20 Go to diff View file
M tests/Jenkinsfile-security-taint-analysis +1 −1 Go to diff View file
M tests/actions.groovy +7 −7 Go to diff View file
M tests/build_and_run/test.sh +1 −1 Go to diff View file
M tests/e2e/distlp/wrap.sh +2 −2 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −2 Go to diff View file
M tests/e2e/full/wrap.sh +1 −1 Go to diff View file
M tests/rest/bin/setup.sh +2 −2 Go to diff View file
M tests/rest/composer.json +0 −6 Go to diff View file
M tests/rest/composer.lock +12 −9 Go to diff View file
M tests/soap/bin/setup.sh +2 −2 Go to diff View file
D tools/Configuration/Setup/PHP73CentOS.php +0 −134 Go to diff View file
D tools/Configuration/Setup/PHP74CentOS.php +0 −134 Go to diff View file
M tools/distlp/backend-svn/supervisord.conf +1 −1 Go to diff View file
M tools/distlp/backend-web/run.php +2 −2 Go to diff View file
M tools/docker/tuleap-aio-c7/supervisor.d/fpm.ini +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +0 −1 Go to diff View file
M tools/setup.el7.sh +2 −2 Go to diff View file
M tools/setup/el7/include/php.sh +0 −6 Go to diff View file
M tools/utils/nix/build-tools/build-tools-php.nix +0 −1 Go to diff View file
M tools/utils/nix/php-base.nix +1 −1 Go to diff View file
D tools/utils/php73/run.php +0 −26 Go to diff View file
D tools/utils/php73/run.sh +0 −5 Go to diff View file
D tools/utils/php74/run.php +0 −26 Go to diff View file
M tools/utils/run_dev/run.sh +12 −1 Go to diff View file