reference/pdo_sqlsrv/configure.xml
9e2d8231b5d8a3795b365c6770fab288e59e6249
...
...
@@ -3,29 +3,24 @@
3
3
<section xml:id="ref.pdo-sqlsrv.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.install;
5
5
<para>
6
-
The PDO_SQLSRV extension is enabled by adding appropriate DLL file to your PHP
7
-
extension directory and the corresponding entry to the &php.ini; file. The
8
-
PDO_SQLSRV download comes 8 driver files, four of which are for PDO support.
9
-
If you are running non-thread-safe PHP (PHP 5.3), use the php_pdo_sqlsrv_53_nts.dll
10
-
file. (You should use a non-thread-safe version if you are using IIS as your
11
-
web server). If you are running thread-safe PHP, use the php_pdo_sqlsrv_53_ts.dll
12
-
file. Similarly for PHP 5.4, use the php_pdo_sqlsrv_54_nts.dll or php_pdo_sqlsrv_54_ts.dll
13
-
depending on whether your PHP installation is non-thread-safe or thread-safe.
14
-
</para>
15
-
<para>
16
6
The most recent version of the driver is available for download here:
17
-
<link xlink:href="&url.sqlsrv;">SQLSRV 3.0 download</link>. If you need support
18
-
for PHP 5.2 and/or PHP compiled with VC6, use the 2.0 release of the driver:
19
-
<link xlink:href="&url.sqlsrv.v2driverdownload;">SQLSRV 2.0 download</link>.
7
+
<link xlink:href="&url.sqlsrv;">SQLSRV download</link>.
8
+
The driver sources are hosted in a <link xlink:href="&url.sqlsrv.repo;">public repository</link>.
20
9
</para>
21
10
<para>
22
11
For more information about system requirements, see
23
12
<link xlink:href="&url.sqlsrv.system.requirements;">SQLSRV System Requirements</link>.
24
13
</para>
25
14
<para>
26
-
The PDO_SQLSRV extension is only compatible with PHP running on Windows.
27
-
For Linux, see <link linkend="ref.pdo-odbc">ODBC</link> and
28
-
<link xlink:href="&url.sqlsrv.linuxodbc;">Microsoft's SQL Server ODBC Driver for Linux</link>.
15
+
On Windows the PDO_SQLSRV extension is enabled by downloading and adding
16
+
appropriate DLL files to the PHP extension directory and the corresponding
17
+
entry to the &php.ini; file.
18
+
</para>
19
+
<para>
20
+
On Linux and macOS, the PDO_SQLSRV extension can be installed using
21
+
&link.pecl;.
22
+
See the <link xlink:href="&url.sqlsrv.linux-mac;">installation tutorial</link>
23
+
for details.
29
24
</para>
30
25
</section>
31
26

32
27