aidan Sun Feb 20 00:47:02 2005 EDT
Modified files:
/phpdoc/en/reference/pdo/functions PDO-construct.xml
Log:
Add note about alias usage
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-construct.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-construct.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-construct.xml:1.10
phpdoc/en/reference/pdo/functions/PDO-construct.xml:1.11
--- phpdoc/en/reference/pdo/functions/PDO-construct.xml:1.10 Sun Feb 20
00:37:59 2005
+++ phpdoc/en/reference/pdo/functions/PDO-construct.xml Sun Feb 20 00:47:01 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id="function.PDO-construct">
<refnamediv>
<refname>PDO::__construct</refname>
@@ -133,6 +133,11 @@
<literal>pdo.dsn.<parameter>name</parameter></literal> in
&php.ini;
defining the DSN string.
</para>
+ <note>
+ <para>
+ The alias must be defined in &php.ini;, and not &htaccess; or
&httpd.conf;
+ </para>
+ </note>
</listitem>
</varlistentry>
</variablelist>