|
35 | 35 | as your choice of client library for each extension. |
36 | 36 | </para> |
37 | 37 |
|
38 | | - <para> |
39 | | - The MySQL Native Driver is the recommended client library option, as it |
| 38 | + <simpara> |
| 39 | + The MySQL Native Driver is the recommended client library option, |
| 40 | + and as of PHP 8.2.0 the only option, as it |
40 | 41 | results in improved performance and gives access to features not |
41 | 42 | available when using the MySQL Client Library. Refer to |
42 | 43 | <link linkend="mysqli.overview.mysqlnd">What is PHP's MySQL Native |
43 | 44 | Driver?</link> for a brief overview of the advantages of MySQL Native |
44 | 45 | Driver. |
45 | | - </para> |
| 46 | + </simpara> |
46 | 47 |
|
47 | 48 | <para> |
48 | 49 | The <literal>/path/to/mysql_config</literal> represents the location of |
|
64 | 65 | </thead> |
65 | 66 | <tbody> |
66 | 67 | <row> |
67 | | - <entry>5.4.x and above</entry> |
| 68 | + <entry>8.2.0 and later</entry> |
| 69 | + <entry>mysqlnd</entry> |
| 70 | + <entry><option role="configure">--with-mysqli</option></entry> |
| 71 | + <entry>libmysqlclient is not supported</entry> |
| 72 | + <entry>mysqlnd is the only option</entry> |
| 73 | + </row> |
| 74 | + <row> |
| 75 | + <entry>5.4.0 through 8.1.x</entry> |
68 | 76 | <entry>mysqlnd</entry> |
69 | 77 | <entry><option role="configure">--with-mysqli</option></entry> |
70 | 78 | <entry><option role="configure">--with-mysqli=/path/to/mysql_config</option></entry> |
|
88 | 96 | </tgroup> |
89 | 97 | </table> |
90 | 98 |
|
91 | | - <para> |
92 | | - Note that it is possible to freely mix MySQL extensions and client |
93 | | - libraries. For example, it is possible to enable the MySQL extension |
94 | | - to use the MySQL Client Library (libmysqlclient), while configuring the |
95 | | - <literal>mysqli</literal> extension to use the MySQL Native Driver. |
96 | | - However, all permutations of extension and client library are |
97 | | - possible. |
98 | | - </para> |
99 | | - |
100 | 99 | </section> |
101 | 100 |
|
102 | 101 | <section xml:id="mysqli.installation.windows"> |
|
0 commit comments