From 62cd3673e420778c3a039a73d51367139438fe0a Mon Sep 17 00:00:00 2001 From: lacatoire Date: Thu, 5 Feb 2026 13:44:34 +0100 Subject: [PATCH] Modernize PDO installation documentation Fixes #3377 --- reference/pdo/configure.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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. - +