[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Clarify support for caching_sha2_password (#3143)
From:       Kamil Tekiela via GitHub <noreply () php ! net>
Date:       2024-01-26 13:55:46
Message-ID: Eyt0cYZqUnPRlpgOCye4zbBKYTQuKGZ1fYocSlFUhg () main ! php ! net
[Download RAW message or body]

Author: Kamil Tekiela (kamil-tekiela)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2024-01-26T14:42:00+01:00

Commit: https://github.com/php/doc-en/commit/ed851c6bbc75edca2706ea43f224278dd0538a6f
Raw diff: https://github.com/php/doc-en/commit/ed851c6bbc75edca2706ea43f224278dd0538a6f.diff

Clarify support for caching_sha2_password (#3143)

Changed paths:
  M  reference/mysqli/setup.xml
  M  reference/pdo_mysql/reference.xml


Diff:

diff --git a/reference/mysqli/setup.xml b/reference/mysqli/setup.xml
index 3cf79a04aa00..b1b2e333251a 100644
--- a/reference/mysqli/setup.xml
+++ b/reference/mysqli/setup.xml
@@ -28,7 +28,7 @@
    not recognized by the older PHP (mysqlnd) releases. Instead, change it by
    setting <literal>default_authentication_plugin=mysql_native_password</literal>
    in <filename>my.cnf</filename>. The <emphasis>caching_sha2_password</emphasis>
-   plugin will be supported in a future PHP release. In the meantime, the
+   plugin is fully supported as of PHP 7.4.4. For older releases, the
    <link linkend="book.mysql-xdevapi">mysql_xdevapi</link> extension does
    support it.
   </para>
diff --git a/reference/pdo_mysql/reference.xml b/reference/pdo_mysql/reference.xml
index e787ef1955c7..79449b648d70 100644
--- a/reference/pdo_mysql/reference.xml
+++ b/reference/pdo_mysql/reference.xml
@@ -34,7 +34,7 @@
      not recognized by the older PHP (mysqlnd) releases. Instead, change it by
      setting <literal>default_authentication_plugin=mysql_native_password</literal>
      in <filename>my.cnf</filename>. The <emphasis>caching_sha2_password</emphasis>
-     plugin will be supported in a future PHP release. In the meantime, the
+     plugin is fully supported as of PHP 7.4.4. For older releases, the
      <link linkend="book.mysql-xdevapi">mysql_xdevapi</link> extension does
      support it.
     </para>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic