We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a9cd7 commit f60ac58Copy full SHA for f60ac58
1 file changed
src/Config/MySQL/ConnectionConfig.php
@@ -27,9 +27,8 @@ abstract class ConnectionConfig extends BaseConnectionConfig
27
\PDO::ATTR_CASE => \PDO::CASE_NATURAL,
28
\PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION,
29
/**
30
- * @see PDO::MYSQL_ATTR_INIT_COMMAND
31
- * @see \Pdo\Mysql::ATTR_INIT_COMMAND
32
- *
+ * @see \PDO::MYSQL_ATTR_INIT_COMMAND is deprecated since PHP 8.5
+ * @todo Replace with {@see \Pdo\Mysql::ATTR_INIT_COMMAND} when minimum PHP version is 8.5
33
* @todo Should be moved into common driver settings?
34
*/
35
1002 => 'SET NAMES "UTF8"',
0 commit comments