reference/sqlsrv/setup.xml
184f3f7bd45643cb80f828d0bb001991ec3a5fad
...
...
@@ -28,17 +28,10 @@
28
28
</para>
29
29
<para>
30
30
The SQLSRV download comes 8 driver files, four of which are for PDO support.
31
-
If you are running non-thread-safe PHP (PHP 5.3), use the php_sqlsrv_53_nts.dll
32
-
file. (You should use a non-thread-safe version if you are using IIS as your
33
-
web server). If you are running thread-safe PHP, use the php_sqlsrv_53_ts.dll
34
-
file. Similarly for PHP 5.4, use the php_sqlsrv_54_nts.dll or php_sqlsrv_54_ts.dll
35
-
depending on whether your PHP installation is non-thread-safe or thread-safe.
36
31
</para>
37
32
<para>
38
33
The most recent version of the driver is available for download here:
39
-
<link xlink:href="&url.sqlsrv;">SQLSRV 4.0 download</link>. If you need support
40
-
for PHP 5.2 and/or PHP compiled with VC6, use the 2.0 release of the driver:
41
-
<link xlink:href="&url.sqlsrv.v2driverdownload;">SQLSRV 2.0 download</link>.
34
+
<link xlink:href="&url.sqlsrv;">SQLSRV download</link>.
42
35
</para>
43
36
<para>
44
37
For more information about SQLSRV requirements, see
45
38