reference/sqlsrv/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -2,6 +2,7 @@
2
2
<!-- $Revision$ -->
3
3
4
4
<book xml:id="book.sqlsrv" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="pecl" ?>
5
6
<title>Microsoft SQL Server Driver for PHP</title>
6
7
<titleabbrev>SQLSRV</titleabbrev>
7
8
...
...
@@ -10,7 +11,7 @@
10
11
&reftitle.intro;
11
12
<para>
12
13
The SQLSRV extension allows you to access Microsoft SQL Server and SQL Azure
13
-
databases when running PHP on Windows. The 3.0 release of the driver supports
14
+
databases. The 3.0 release of the driver supports
14
15
SQL Server, beginning with SQL Server 2005, including SQL Server 2012 and SQL
15
16
Server 2012 LocalDB. (For more information about LocalDB, see
16
17
<link xlink:href="&url.sqlsrv.localdb;">PHP Driver for SQL Server Support for LocalDB</link>
17
18