Skip to content

Commit cf84132

Browse files
committed
Modernize PDO installation documentation
Fixes #3377
1 parent d9cfd78 commit cf84132

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

reference/pdo/configure.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ extension=pdo
4747
<step>
4848
<para>
4949
PDO is enabled by default.
50-
Choose the other database-specific DLL files and either use
51-
<function>dl</function> to load them at runtime, or enable them in
52-
&php.ini;. For example, this loads the
50+
Enable the database-specific drivers in &php.ini; as needed.
51+
For example, this loads the
5352
<link linkend="ref.pdo-sqlite">PDO_SQLITE</link> driver but
54-
leaves the <link linkend="ref.pdo-odbc">PDO_ODBC</link> driver commented out:
53+
leaves the <link linkend="ref.pdo-odbc">PDO_ODBC</link> driver
54+
commented out:
5555
<screen>
5656
<![CDATA[
5757
;extension=pdo_odbc
@@ -60,7 +60,7 @@ extension=pdo_sqlite
6060
</screen>
6161
</para>
6262
<para>
63-
These DLLs should exist in the system's
63+
The corresponding extension files should exist in the
6464
<link linkend="ini.extension-dir">extension_dir</link>.
6565
</para>
6666
</step>

0 commit comments

Comments
 (0)