diff --git a/reference/pdo/configure.xml b/reference/pdo/configure.xml
index e6510fc046c0..2ae67735cd76 100644
--- a/reference/pdo/configure.xml
+++ b/reference/pdo/configure.xml
@@ -47,11 +47,11 @@ extension=pdo
PDO is enabled by default.
- Choose the other database-specific DLL files and either use
- dl to load them at runtime, or enable them in
- &php.ini;. For example, this loads the
+ Enable the database-specific drivers in &php.ini; as needed.
+ For example, this loads the
PDO_SQLITE driver but
- leaves the PDO_ODBC driver commented out:
+ leaves the PDO_ODBC driver
+ commented out:
-
- These DLLs should exist in the system's
+
+ The corresponding extension files should exist in the
extension_dir.
-
+