reference/pdo/configure.xml
8a058e9acded067eaa1bd445ed6943158e7311df
...
...
@@ -7,7 +7,7 @@
7
7
<step>
8
8
<para>
9
9
PDO and the <link linkend="ref.pdo-sqlite">PDO_SQLITE</link> driver
10
-
is enabled by default as of PHP 5.1.0. You may need
10
+
is enabled by default. You may need
11
11
to enable the PDO driver for your database of choice; consult the
12
12
documentation for
13
13
<link linkend="pdo.drivers">database-specific PDO drivers</link>
...
...
@@ -42,24 +42,7 @@ extension=pdo.so
42
42
<title>Windows users</title>
43
43
<step>
44
44
<para>
45
-
PDO and all the major drivers ship with PHP as shared extensions, and
46
-
simply need to be activated by editing the &php.ini; file:
47
-
<screen>
48
-
<![CDATA[
49
-
extension=php_pdo.dll
50
-
]]>
51
-
</screen>
52
-
</para>
53
-
<note>
54
-
<para>
55
-
This step is not necessary for PHP 5.3 and above, as a DLL is no longer
56
-
required for PDO.
57
-
</para>
58
-
</note>
59
-
</step>
60
-
<step>
61
-
<para>
62
-
Next, choose the other database-specific DLL files and either use
45
+
Choose the other database-specific DLL files and either use
63
46
<function>dl</function> to load them at runtime, or enable them in
64
47
&php.ini; below <filename>php_pdo.dll</filename>. For example:
65
48
<screen>
66
49