Skip to content

Commit

Permalink
mysql sections sync with EN (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Jan 27, 2024
1 parent d26f887 commit 78affab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions reference/mysqli/setup.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 6999c8b644234bed4c97f81d5bae0184388f2c62 Maintainer: girgias Status: ready -->
<!-- EN-Revision: ed851c6bbc75edca2706ea43f224278dd0538a6f Maintainer: girgias Status: ready -->
<!-- Reviewed: yes -->

<chapter xml:id="mysqli.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down Expand Up @@ -32,8 +32,8 @@
À la place il faut modifier le paramètre
<literal>default_authentication_plugin=mysql_native_password</literal> dans
<filename>my.cnf</filename>. Le plugin <emphasis>caching_sha2_password</emphasis>
sera surporté dans une version future de PHP. En attendant, l'extension
<link linkend="book.mysql-xdevapi">mysql_xdevapi</link> le supporte.
est pleinement supporté à partir de PHP 7.4.4. Pour les versions antérieures,
l'extension <link linkend="book.mysql-xdevapi">mysql_xdevapi</link> le supporte.
</para>

</section>
Expand Down
6 changes: 3 additions & 3 deletions reference/pdo_mysql/reference.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 54217f14f9ddeb734c7d439f44ce7491f66cc587 Maintainer: yannick Status: ready -->
<!-- EN-Revision: ed851c6bbc75edca2706ea43f224278dd0538a6f Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="ref.pdo-mysql" xmlns="http://docbook.org/ns/docbook">
<?phpdoc extension-membership="bundledexternal" ?>
Expand Down Expand Up @@ -37,8 +37,8 @@
À la place il faut modifier le paramètre
<literal>default_authentication_plugin=mysql_native_password</literal> dans
<filename>my.cnf</filename>. Le plugin <emphasis>caching_sha2_password</emphasis>
sera supporté dans une version future de PHP. En attendant, l'extension
<link linkend="book.mysql-xdevapi">mysql_xdevapi</link> le supporte.
est pleinement supporté à partir de PHP 7.4.4. Pour les versions antérieures,
l'extension <link linkend="book.mysql-xdevapi">mysql_xdevapi</link> le supporte.
</para>

<warning>
Expand Down

0 comments on commit 78affab

Please sign in to comment.