stable

Clone or download

Read-only

Do not attempt to wrap the instantiation of MW tables in a transaction

DDL statements in a transaction when using MySQL commits the ongoing transaction. If something bad happen and you try to do a rollback, PHP 8.0 will throw because there is no ongoing transaction. Part of request #22186: Run Tuleap with PHP 8.0 Change-Id: Ifd9e2b8f71757017f3f27888e48ba2556bc06447

Modified Files

Name
M plugins/mediawiki/include/MediawikiInstantiater.class.php +20 −27 Go to diff View file