reference/pdo_mysql/configure.xml
9ed2d17d581d2c72282dee0b9be3b5a49dabf108
...
...
@@ -7,7 +7,7 @@
7
7
be installed. Although these binary versions are typically built with
8
8
support for the MySQL extensions, the extension libraries
9
9
themselves may need to be installed using an additional package. Check
10
-
the package manager than comes with your chosen distribution for
10
+
the package manager that comes with your chosen distribution for
11
11
availability.
12
12
</para>
13
13
...
...
@@ -27,7 +27,7 @@
27
27
<para>
28
28
When compiling, use <option role="configure">--with-pdo-mysql[=DIR]</option> to install
29
29
the PDO MySQL extension, where the optional <literal>[=DIR]</literal>
30
-
is the MySQL base library. As of PHP 5.4, <link linkend="book.mysqlnd">mysqlnd</link>
30
+
is the MySQL base library. <link linkend="book.mysqlnd">Mysqlnd</link>
31
31
is the default library. For details about choosing a library, see
32
32
<link linkend="mysqlinfo.library.choosing">Choosing a MySQL library</link>.
33
33
</para>
...
...
@@ -55,45 +55,6 @@ $ ./configure --with-pdo-mysql --with-mysql-sock=/var/mysql/mysql.sock
55
55
MySQL with SSL</link>.
56
56
</para>
57
57

58
-
<table>
59
-
<title>&Changelog;</title>
60
-
<tgroup cols="2">
61
-
<thead>
62
-
<row>
63
-
<entry>&Version;</entry>
64
-
<entry>&Description;</entry>
65
-
</row>
66
-
</thead>
67
-
<tbody>
68
-
<row>
69
-
<entry>5.4.0</entry>
70
-
<entry>
71
-
<link linkend="book.mysqlnd">mysqlnd</link> became the default MySQL library
72
-
when compiling PDO_MYSQL. Previously, libmysqlclient was the default MySQL library.
73
-
</entry>
74
-
</row>
75
-
<row>
76
-
<entry>5.4.0</entry>
77
-
<entry>
78
-
MySQL client libraries 4.1 and below are no longer supported.
79
-
</entry>
80
-
</row>
81
-
<row>
82
-
<entry>5.3.9</entry>
83
-
<entry>
84
-
Added SSL support with mysqlnd and OpenSSL.
85
-
</entry>
86
-
</row>
87
-
<row>
88
-
<entry>5.3.7</entry>
89
-
<entry>
90
-
Added SSL support with libmysqlclient and OpenSSL.
91
-
</entry>
92
-
</row>
93
-
</tbody>
94
-
</tgroup>
95
-
</table>
96
-

97
58
</section>
98
59

99
60
<!-- Keep this comment at the end of the file
100
61