reference/pdo_mysql/reference.xml
ed851c6bbc75edca2706ea43f224278dd0538a6f
...
...
@@ -34,7 +34,7 @@
34
34
not recognized by the older PHP (mysqlnd) releases. Instead, change it by
35
35
setting <literal>default_authentication_plugin=mysql_native_password</literal>
36
36
in <filename>my.cnf</filename>. The <emphasis>caching_sha2_password</emphasis>
37
-
plugin will be supported in a future PHP release. In the meantime, the
37
+
plugin is fully supported as of PHP 7.4.4. For older releases, the
38
38
<link linkend="book.mysql-xdevapi">mysql_xdevapi</link> extension does
39
39
support it.
40
40
</para>
41
41