From bf9cc979aa9bbefb83d33cfe168420491cd82e43 Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Sun, 20 Feb 2005 05:47:01 +0000 Subject: [PATCH] Add note about alias usage git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180160 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/functions/PDO-construct.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/pdo/functions/PDO-construct.xml b/reference/pdo/functions/PDO-construct.xml index 5597e5461f..4c3641f89a 100644 --- a/reference/pdo/functions/PDO-construct.xml +++ b/reference/pdo/functions/PDO-construct.xml @@ -1,5 +1,5 @@ - + PDO::__construct @@ -133,6 +133,11 @@ pdo.dsn.name in &php.ini; defining the DSN string. + + + The alias must be defined in &php.ini;, and not &htaccess; or &httpd.conf; + +