stable

Clone or download

Read-only

Switch everything to PHP 8.1 by default

The generation and verification of the preload file has been removed for now. It segfaults under PHP 8.1. Anyway it is not used and we will need to work on it with our upcoming FFI usages. Part of request #22659: Run Tuleap with PHP 8.1 Change-Id: I22c75bec0c7de451d739ad936c6ccdcbae103cde

Modified Files

Name
M Makefile +8 −8 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/CSVRepresentation.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/CSV/PaginatedCollectionOfCSVRepresentations.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/ParametrizedFrom.php +1 −4 Go to diff View file
M plugins/docman/bin/DocmanImport/ImportFromDocmanV1.class.php +5 −3 Go to diff View file
M plugins/git/include/Git/Mirror/Mirror.class.php +1 −1 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServer.class.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/TreeDiff.php +6 −6 Go to diff View file
M plugins/jira_import/tests/unit/JiraAgile/JiraAgileImporterTest.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP.class.php +2 −0 Go to diff View file
M plugins/mediawiki_standalone/etc/php-fpm/mediawiki-tuleap.conf +2 −2 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/tee_container/bin/tee-container.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/ColorPresenterCollection.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue.php +1 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValue.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValue.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_UnsavedValue.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneIntroPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_FileInfo.class.php +1 −1 Go to diff View file
M src/common/Event/EventManager.class.php +1 −1 Go to diff View file
M src/common/Project/REST/UserRESTReferenceRepresentation.php +1 −1 Go to diff View file
M src/common/TreeNode/TreeNode.class.php +1 −1 Go to diff View file
M src/common/User/Account/NotificationsOnOwnActionsCollection.php +1 −1 Go to diff View file
M src/common/User/PaginatedUserCollection.class.php +1 −3 Go to diff View file
M src/common/User/User.class.php +1 −1 Go to diff View file
M src/common/User/UserManager.class.php +1 −1 Go to diff View file
M src/common/xml/ParseError.class.php +1 −1 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/SiteDeployCommand.php +1 −1 Go to diff View file
M src/utils/systemd/tuleap-php-fpm.service +2 −2 Go to diff View file
M tests/Jenkinsfile +10 −10 Go to diff View file
M tests/Jenkinsfile-nightly +19 −19 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/docker/reverse-proxy.dockerfile +2 −2 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −1 Go to diff View file
M tests/e2e/full/wrap.sh +1 −1 Go to diff View file
M tests/unit/tuleap-cfg/Command/SiteDeploy/SiteDeployFPMTest.php +5 −5 Go to diff View file
M tools/docker/tuleap-aio-c7/supervisor.d/start-tuleap-php-fpm.sh +1 −1 Go to diff View file
M tools/rpm/Makefile +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −2 Go to diff View file
M tools/setup.el7.sh +1 −1 Go to diff View file
M tools/utils/nix/php-base.nix +1 −1 Go to diff View file