2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:31:40 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="pdo.configuration" xmlns="http://docbook.org/ns/docbook">
|
2005-08-10 08:36:30 +00:00
|
|
|
&reftitle.runtime;
|
|
|
|
&extension.runtime;
|
|
|
|
<para>
|
|
|
|
<table>
|
|
|
|
<title>PDO Configuration Options</title>
|
|
|
|
<tgroup cols="4">
|
|
|
|
<thead>
|
|
|
|
<row>
|
2012-01-11 08:09:53 +00:00
|
|
|
<entry>&Name;</entry>
|
|
|
|
<entry>&Default;</entry>
|
|
|
|
<entry>&Changeable;</entry>
|
|
|
|
<entry>&Changelog;</entry>
|
2005-08-10 08:36:30 +00:00
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
2012-01-11 18:29:41 +00:00
|
|
|
<entry><link linkend="ini.pdo.dsn">pdo.dsn.*</link></entry>
|
2005-08-10 08:36:30 +00:00
|
|
|
<entry></entry>
|
|
|
|
<entry>&php.ini; only</entry>
|
|
|
|
<entry></entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
2012-02-29 00:24:15 +00:00
|
|
|
<!-- Uncomment after adding a constant with PHP_INI_* mode: &ini.php.constants; -->
|
2005-08-10 08:36:30 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
&ini.descriptions.title;
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
2007-06-20 22:25:43 +00:00
|
|
|
<varlistentry xml:id="ini.pdo.dsn">
|
2005-08-10 08:36:30 +00:00
|
|
|
<term>
|
|
|
|
<parameter>pdo.dsn.*</parameter>
|
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2007-12-31 15:43:38 +00:00
|
|
|
Defines DSN alias. See <function>PDO::__construct</function> for
|
2005-08-10 08:36:30 +00:00
|
|
|
thorough explanation.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2005-08-10 08:36:30 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|