1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17528] Fix MySQL platform

PHPBB-17528
This commit is contained in:
rxu
2025-06-20 14:46:39 +07:00
parent 9cccf26311
commit 98c6a88438
3 changed files with 64 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ class connection_parameter_factory
$enrichment_tags = [
'pdo_mysql' => [
'charset' => 'UTF8',
'platform' => new mysql_platform(),
],
'oci8' => [
'charset' => 'UTF8',