mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
a7a590211e
As of MySQL 8.0.28, `utf8mb3` charset is reported by the server, but mysqlnd doesn't support it yet. As a stop-gap measure, we ignore that charset for now. Closes GH-8480.