diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index 9870bc9a3a..1f8035930e 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + @@ -149,13 +149,14 @@ extension=php_pdo.dll - Next, choose the other DB specific DLL files and either use + Next, choose the other database-specific DLL files and either use dl to load them at runtime, or enable them in &php.ini; below php_pdo.dll. For example: These DLLs should exist in the system's extension_dir. + Note that PDO_INFORMIX + is only available as a PECL extension.