Just FYI, the general plan is to document driver specifics in their own sections of the manual. This is something that Dan and myself planned to sit down and work on at OSCON... but that didn't happen.
--Wez. On 8/10/05, Jakub Vrana <[EMAIL PROTECTED]> wrote: > vrana Wed Aug 10 04:36:30 2005 EDT > > Added files: > /phpdoc/en/reference/pdo ini.xml > > Modified files: > /phpdoc/en/reference/pdo reference.xml > Log: > ini options > > http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.26&r2=1.27&ty=u > Index: phpdoc/en/reference/pdo/reference.xml > diff -u phpdoc/en/reference/pdo/reference.xml:1.26 > phpdoc/en/reference/pdo/reference.xml:1.27 > --- phpdoc/en/reference/pdo/reference.xml:1.26 Sat Jul 30 02:35:15 2005 > +++ phpdoc/en/reference/pdo/reference.xml Wed Aug 10 04:36:30 2005 > @@ -1,5 +1,5 @@ > <?xml version='1.0' encoding='iso-8859-1'?> > -<!-- $Revision: 1.26 $ --> > +<!-- $Revision: 1.27 $ --> > <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. > --> > <reference id="ref.pdo"> > <title>PDO Functions</title> > @@ -159,6 +159,9 @@ > </step> > </procedure> > </section> > + > + &reference.pdo.ini; > + > <section id="pdo.drivers"> > <title>PDO Drivers</title> > <para> > > http://cvs.php.net/co.php/phpdoc/en/reference/pdo/ini.xml?r=1.1&p=1 > Index: phpdoc/en/reference/pdo/ini.xml > +++ phpdoc/en/reference/pdo/ini.xml > <?xml version="1.0" encoding="iso-8859-1"?> > <!-- $Revision: 1.1 $ --> > <section id="pdo.configuration"> > &reftitle.runtime; > &extension.runtime; > <para> > <table> > <title>PDO Configuration Options</title> > <tgroup cols="4"> > <thead> > <row> > <entry>Name</entry> > <entry>Default</entry> > <entry>Changeable</entry> > <entry>Changelog</entry> > </row> > </thead> > <tbody> > <row> > <entry>pdo.dsn.*</entry> > <entry></entry> > <entry>&php.ini; only</entry> > <entry></entry> > </row> > <row> > <entry>pdo_odbc.connection_pooling</entry> > <entry>"strict"</entry> > <entry>PHP_INI_ALL</entry> > <entry></entry> > </row> > </tbody> > </tgroup> > </table> > &ini.php.constants; > </para> > > &ini.descriptions.title; > > <para> > <variablelist> > <varlistentry id="ini.pdo.dsn"> > <term> > <parameter>pdo.dsn.*</parameter> > <type>string</type> > </term> > <listitem> > <para> > Defines DSN alias. See <xref linkend="function.PDO-construct"/> for > thorough explanation. > </para> > </listitem> > </varlistentry> > > <varlistentry id="ini.pdo-odbc.connection-pooling"> > <term> > <parameter>pdo_odbc.connection_pooling</parameter> > <type>string</type> > </term> > <listitem> > <para> > Whether to pool ODBC connections. Can be one of "strict", "relaxed" or > "off" (equals to ""). > </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 > sgml-default-dtd-file:"../../../manual.ced" > 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 > --> >
