reference/mysqlnd/install.xml
879518c65613330fd988dfb844d54d0e79cc16f8
...
...
@@ -5,53 +5,11 @@
5
5
<title>Installation</title>
6
6

7
7
<para>
8
-
<emphasis role="bold">&Changelog;</emphasis>
9
-
</para>
10
-

11
-
<table>
12
-
<title>&Changelog;</title>
13
-
<tgroup cols="2">
14
-
<thead>
15
-
<row>
16
-
<entry>&Version;</entry>
17
-
<entry>&Description;</entry>
18
-
</row>
19
-
</thead>
20
-
<tbody>
21
-
<row>
22
-
<entry>5.3.0</entry>
23
-
<entry>
24
-
The MySQL Native Driver was added, with support for all MySQL
25
-
extensions (i.e., mysql, mysqli and PDO_MYSQL). Passing in
26
-
<literal>mysqlnd</literal> to the appropriate configure switch
27
-
enables this support.
28
-
</entry>
29
-
</row>
30
-
<row>
31
-
<entry>5.4.0</entry>
32
-
<entry>
33
-
The MySQL Native Driver is now the default for all MySQL
34
-
extensions (i.e., mysql, mysqli and PDO_MYSQL). Passing
35
-
in <literal>mysqlnd</literal> to configure is now optional.
36
-
</entry>
37
-
</row>
38
-
<row>
39
-
<entry>5.5.0</entry>
40
-
<entry>
41
-
SHA-256 Authentication Plugin support was added
42
-
</entry>
43
-
</row>
44
-
</tbody>
45
-
</tgroup>
46
-
</table>
47
-

48
-
<para>
49
8
<emphasis role="bold">Installation on Unix</emphasis>
50
9
</para>
51
10

52
11
<para>
53
-
The MySQL database extensions must be configured to use the MySQL
54
-
Client Library. In order to use the MySQL Native Driver, PHP needs
12
+
In order to use the MySQL Native Driver, PHP needs
55
13
to be built specifying that the MySQL database extensions are
56
14
compiled with MySQL Native Driver support. This is done through
57
15
configuration options prior to building the PHP source code.
...
...
@@ -77,7 +35,7 @@
77
35
</para>
78
36

79
37
<para>
80
-
In the official PHP Windows distributions from 5.3 onwards, MySQL Native
38
+
In the official PHP Windows distributions, MySQL Native
81
39
Driver is enabled by default, so no additional configuration is
82
40
required to use it. All MySQL database extensions will use MySQL
83
41
Native Driver in this case.
84
42