stable

Clone or download

Read-only

Fix crashes and warnings when executing a system checks on broken repositories

My dev instance contains all sort of broken CVS and SVN repositories, while it was kinda working under PHP 7.4, PHP 8.0 is less compliant about it. This contribution hardens the handling of those broken repositories. Part of request #22186: Run Tuleap with PHP 8.0 Change-Id: I8fda268b6efb47de4b2e185eb001280a64d2e36c

Modified Files

Name
M src/common/backend/Backend.class.php +5 −2 Go to diff View file
M src/common/backend/BackendCVS.class.php +3 −3 Go to diff View file
M src/common/backend/BackendSVN.class.php +29 −25 Go to diff View file