File tree Expand file tree Collapse file tree 8 files changed +22
-18
lines changed Expand file tree Collapse file tree 8 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
-
3
+
4
4
<part xml : id =" pdo.drivers" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<title >PDO Drivers</title >
6
6
68
68
69
69
&reference.pdo-cubrid.reference;
70
70
&reference.pdo-dblib.reference;
71
+ &reference.pdo-dblib.pdo-dblib;
71
72
&reference.pdo-firebird.reference;
73
+ &reference.pdo-firebird.pdo-firebird;
72
74
&reference.pdo-ibm.reference;
73
75
&reference.pdo-informix.reference;
74
76
&reference.pdo-mysql.reference;
77
+ &reference.pdo-mysql.pdo-mysql;
75
78
&reference.pdo-sqlsrv.reference;
76
79
&reference.pdo-oci.reference;
77
80
&reference.pdo-odbc.reference;
81
+ &reference.pdo-odbc.pdo-odbc;
78
82
&reference.pdo-pgsql.reference;
83
+ &reference.pdo-pgsql.pdo-pgsql;
79
84
&reference.pdo-sqlite.reference;
85
+ &reference.pdo-sqlite.pdo-sqlite;
80
86
</part >
81
87
82
88
<!-- Keep this comment at the end of the file
@@ -99,4 +105,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
99
105
vim: et tw=78 syn=sgml
100
106
vi: ts=1 sw=1
101
107
-->
102
-
Original file line number Diff line number Diff line change 18
18
This extension is not available anymore on Windows.
19
19
</para >
20
20
<para >
21
- On Windows, you should use SqlSrv, an alternative driver for MS SQL is
21
+ On Windows, you should use SqlSrv, an alternative driver for MS SQL is
22
22
available from Microsoft: <link xlink : href =" &url.sqlsrv; " >&url.sqlsrv;
23
23
</link >.
24
24
</para >
25
25
<para >
26
- If it is not possible to use SqlSrv, you can use the
27
- <link linkend =" ref.pdo-odbc" >PDO_ODBC</link > driver to connect to
28
- Microsoft SQL Server and Sybase databases, as the native Windows DB-LIB
26
+ If it is not possible to use SqlSrv, you can use the
27
+ <link linkend =" ref.pdo-odbc" >PDO_ODBC</link > driver to connect to
28
+ Microsoft SQL Server and Sybase databases, as the native Windows DB-LIB
29
29
is ancient, thread un-safe and no longer supported by Microsoft.
30
30
</para >
31
31
</section >
@@ -120,7 +120,7 @@ dblib:host=localhost;dbname=testdb
120
120
</refentry >
121
121
122
122
</reference >
123
- &reference.pdo-dblib.pdo-dblib;
123
+
124
124
<!-- Keep this comment at the end of the file
125
125
Local variables:
126
126
mode: sgml
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ firebird:dbname=localhost:/var/lib/firebird/2.5/data/test.fdb;charset=utf-8;dial
128
128
</refentry >
129
129
130
130
</reference >
131
- &reference.pdo-firebird.pdo-firebird;
132
131
<!-- Keep this comment at the end of the file
133
132
Local variables:
134
133
mode: sgml
Original file line number Diff line number Diff line change 23
23
</para >
24
24
25
25
<para >
26
- When running a PHP version before 7.1.16, or PHP 7.2 before 7.2.4, set
26
+ When running a PHP version before 7.1.16, or PHP 7.2 before 7.2.4, set
27
27
MySQL 8 Server's default password plugin to <emphasis >mysql_native_password</emphasis >
28
28
or else you will see errors similar to
29
29
<emphasis >The server requested authentication method unknown to the client [caching_sha2_password]</emphasis >
@@ -156,9 +156,9 @@ mysql:unix_socket=/tmp/mysql.sock;dbname=testdb
156
156
<note >
157
157
<title >Unix only:</title >
158
158
<para >
159
- When the host name is set to <literal >"localhost"</literal >, then the connection to the
160
- server is made through a domain socket. If PDO_MYSQL is compiled against libmysqlclient then the
161
- location of the socket file is at libmysqlclient's compiled in location. If PDO_MYSQL is compiled
159
+ When the host name is set to <literal >"localhost"</literal >, then the connection to the
160
+ server is made through a domain socket. If PDO_MYSQL is compiled against libmysqlclient then the
161
+ location of the socket file is at libmysqlclient's compiled in location. If PDO_MYSQL is compiled
162
162
against mysqlnd a default socket can be set through the <link linkend =" ini.pdo-mysql.default-socket" >
163
163
pdo_mysql.default_socket</link > setting.
164
164
</para >
@@ -167,7 +167,7 @@ mysql:unix_socket=/tmp/mysql.sock;dbname=testdb
167
167
</refentry >
168
168
169
169
</reference >
170
- &reference.pdo-mysql.pdo-mysql;
170
+
171
171
<!-- Keep this comment at the end of the file
172
172
Local variables:
173
173
mode: sgml
Original file line number Diff line number Diff line change 30
30
<listitem >
31
31
<para >
32
32
Supports access to database servers through the unixODBC driver
33
- manager and the database's own ODBC drivers.
33
+ manager and the database's own ODBC drivers.
34
34
</para >
35
35
</listitem >
36
36
</varlistentry >
@@ -154,13 +154,13 @@ odbc:Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\\db.mdb;Uid=Admin
154
154
]]>
155
155
</programlisting >
156
156
</example >
157
-
157
+
158
158
</para >
159
159
</refsect1 >
160
160
</refentry >
161
161
162
162
</reference >
163
- &reference.pdo-odbc.pdo-odbc;
163
+
164
164
<!-- Keep this comment at the end of the file
165
165
Local variables:
166
166
mode: sgml
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ pgsql:host=/tmp;port=5432;dbname=testdb;user=bruce;password=mypass
153
153
&reference.pdo-pgsql.entities.pdo-overloaded;
154
154
155
155
</reference >
156
- &reference.pdo-pgsql.pdo-pgsql;
156
+
157
157
<!-- Keep this comment at the end of the file
158
158
Local variables:
159
159
mode: sgml
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ sqlite:
91
91
&reference.pdo-sqlite.entities.pdo-overloaded;
92
92
93
93
</reference >
94
- &reference.pdo-sqlite.pdo-sqlite;
94
+
95
95
<!-- Keep this comment at the end of the file
96
96
Local variables:
97
97
mode: sgml
You can’t perform that action at this time.
0 commit comments