stable
Clone or download
Read-only
Closes request #20938: Add support of PHP 7.4 Change-Id: If0f3a0f20c2ddce8bd713a83f124a0f7a13d17ff
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +4 | −26 | Go to diff View file |
M | src/common/Config/ForgeConfig.php | +1 | −2 | Go to diff View file |
D | src/etc/fpm73/tuleap-long-running-request.conf | +0 | −20 | Go to diff View file |
D | src/etc/fpm73/tuleap.conf | +0 | −414 | Go to diff View file |
D | src/etc/fpm73/tuleap_common.part | +0 | −14 | Go to diff View file |
D | src/etc/fpm73/tuleap_errors_dev.part | +0 | −3 | Go to diff View file |
D | src/etc/fpm73/tuleap_errors_prod.part | +0 | −2 | Go to diff View file |
D | src/etc/fpm73/tuleap_sessions_files.part | +0 | −3 | Go to diff View file |
D | src/etc/fpm73/tuleap_sessions_redis.part | +0 | −4 | Go to diff View file |
M | src/etc/nginx/README.mkd | +3 | −3 | Go to diff View file |
M | src/etc/nginx/vhosts/Readme.md | +1 | −1 | Go to diff View file |
M | src/etc/nginx/vhosts/fpm.conf | +5 | −5 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPM.php | +0 | −18 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPMCommand.php | +11 | −3 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/SiteDeployCommand.php | +1 | −1 | Go to diff View file |
M | src/utils/php-launcher.sh | +0 | −5 | Go to diff View file |
M | src/utils/systemd/tuleap-php-fpm.service | +1 | −1 | Go to diff View file |
M | src/www/include/pre.php | +1 | −1 | Go to diff View file |
M | tests/Jenkinsfile-nightly | +0 | −47 | Go to diff View file |
M | tests/integration/bin/run-compose.sh | +0 | −4 | Go to diff View file |
M | tests/phpcs/non-psr-rules.xml | +1 | −1 | Go to diff View file |
M | tests/rest/bin/run-compose.sh | +0 | −4 | Go to diff View file |
M | tests/rest/bin/setup.sh | +0 | −4 | Go to diff View file |
M | tests/soap/bin/run-compose.sh | +0 | −4 | Go to diff View file |
M | tests/soap/bin/setup.sh | +0 | −4 | Go to diff View file |
M | tests/unit/tests/Psalm/PsalmCommandLauncherWithIgnoreDirectoryTest.php | +2 | −2 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/SiteDeploy/SiteDeployFPMTest.php | +29 | −119 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +3 | −9 | Go to diff View file |
M | tools/setup.el7.sh | +0 | −1 | Go to diff View file |