reference/pdo_odbc/reference.xml
4157259e8920fb618d5d23cb214950893d1c8931
...
...
@@ -21,7 +21,7 @@
21
21
<listitem>
22
22
<para>
23
23
Supports access to IBM DB2 Universal Database, Cloudscape, and Apache
24
-
Derby servers through the free DB2 client.
24
+
Derby servers through the free DB2 express-C client.
25
25
</para>
26
26
</listitem>
27
27
</varlistentry>
...
...
@@ -46,16 +46,18 @@
46
46
</variablelist>
47
47
</para>
48
48
<para>
49
-
On Windows, PDO_ODBC is built into the PHP core by default. It is linked
49
+
On Windows, <filename>php_pdo_odbc.dll</filename> has to be enabled as
50
+
extension in &php.ini;. It is linked
50
51
against the Windows ODBC Driver Manager so that PHP can connect to any
51
-
database cataloged as a System DSN, and is the recommended driver for
52
-
connecting to Microsoft SQL Server databases.
52
+
database cataloged as a System DSN.
53
53
</para>
54
54
</section>
55
55

56
56
<!-- Information found in configure.xml -->
57
57
&reference.pdo-odbc.configure;
58
-
<!-- Information found in ini.xml -->
58
+
<!-- Information found in constants.xml -->
59
+
&reference.pdo-odbc.constants;
60
+
<!-- Information found in ini.xml -->
59
61
&reference.pdo-odbc.ini;
60
62
</partintro>
61
63

62
64