stable

Clone or download

Read-only

Fix errors regarding non-static methods called statically spotted by REST tests

This fixes a serie a of tests when using PHP 8.0. The test suite can be launched with `make tests-rest PHP_VERSION=80`. Part of request #21863: Run REST tests under PHP 8.0 Change-Id: I16bfc007d7c4252c4094f25f3955833e114d7f5d

Modified Files

Name
M plugins/docman/include/Docman_MetadataListOfValuesElementFactory.class.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/CachedMarkup.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/FileFinder.php +3 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/HtmlElement.php +52 −52 Go to diff View file
M src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB_mysql.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/DB/mysql_pdo.php +2 −2 Go to diff View file