reference/sqlsrv/configure.xml
184f3f7bd45643cb80f828d0bb001991ec3a5fad
...
...
@@ -5,25 +5,18 @@
5
5
<para>
6
6
The SQLSRV extension is enabled by adding appropriate DLL file to your PHP
7
7
extension directory and the corresponding entry to the &php.ini; file. The SQLSRV
8
-
download comes 8 driver files, four of which are for PDO support. If you are
9
-
running non-thread-safe PHP (PHP 5.3), use the php_sqlsrv_53_nts.dll file.
10
-
(You should use a non-thread-safe version if you are using IIS as your web
11
-
server). If you are running thread-safe PHP, use the php_sqlsrv_53_ts.dll file.
12
-
Similarly for PHP 5.4, use the php_sqlsrv_54_nts.dll or php_sqlsrv_54_ts.dll
13
-
depending on whether your PHP installation is non-thread-safe or thread-safe.
8
+
download comes with 8 driver files, four of which are for PDO support.
14
9
</para>
15
10
<para>
16
11
The most recent version of the driver is available for download here:
17
-
<link xlink:href="&url.sqlsrv;">SQLSRV 4.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>.
12
+
<link xlink:href="&url.sqlsrv;">SQLSRV download</link>.
20
13
</para>
21
14
<para>
22
15
For more information about SQLSRV requirements, see
23
16
<link xlink:href="&url.sqlsrv.system.requirements;">SQLSRV System Requirements</link>.
24
17
</para>
25
18
<para>
26
-
The SQLSRV extension is only compatible with PHP 5 running on Windows. Since version 4.0 the SQLSRV extension is compatilbe only with PHP 7.0 running on Linux or Windows.
19
+
Since version 4.0 the SQLSRV extension is compatible only with PHP 7.0 running on Linux or Windows.
27
20
</para>
28
21
</section>
29
22

30
23