From e342da0371f1ae8cd5763ff79c557a7ef4d0bdff Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 14 Dec 2005 14:50:58 +0000 Subject: [PATCH] Complete references to PDO_INFORMIX (thanks jsgoupil for the suggestion). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202853 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/reference.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.