<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Sun May 26 08:40:39 UTC 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.doctrine-project.org/jira/si/jira.issueviews:issue-xml/DBAL-229/DBAL-229.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://www.doctrine-project.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.7</version>
        <build-number>850</build-number>
        <build-date>21-02-2013</build-date>
    </build-info>

<item>
            <title>[DBAL-229] oic8 oci_pconnect is not surported </title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-229</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;    public function __construct($username, $password, $db, $charset = null, $sessionMode = OCI_DEFAULT)&lt;br/&gt;
    {&lt;br/&gt;
        if (!defined(&apos;OCI_NO_AUTO_COMMIT&apos;)) &lt;/p&gt;
{
            define(&apos;OCI_NO_AUTO_COMMIT&apos;, 0);
        }

&lt;p&gt;        $this-&amp;gt;_dbh = @oci_connect($username, $password, $db, $charset, $sessionMode);&lt;br/&gt;
        if (!$this-&amp;gt;_dbh) &lt;/p&gt;
{
            throw OCI8Exception::fromErrorInfo(oci_error());
        }

&lt;p&gt;    }&lt;/p&gt;

&lt;p&gt;How can i use oci_pconnect  in oic8 driver?&lt;/p&gt;</description>
                <environment></environment>
            <key id="13490">DBAL-229</key>
            <summary>oic8 oci_pconnect is not surported </summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</priority>
                    <status id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="zhouhero">zhouhero</reporter>
                        <labels>
                    </labels>
                <created>Fri, 2 Mar 2012 10:21:41 +0000</created>
                <updated>Sat, 31 Mar 2012 09:26:38 +0000</updated>
                    <resolved>Sat, 31 Mar 2012 09:26:38 +0000</resolved>
                            <version>2.2.1</version>
                                <fixVersion>2.3</fixVersion>
                                <component>Drivers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17698" author="beberlei" created="Sat, 31 Mar 2012 09:26:38 +0000"  >&lt;p&gt;Implemented.&lt;/p&gt;

&lt;p&gt;There are now two new options in the oci8 connection:&lt;/p&gt;

&lt;p&gt;1. $param&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;pooled&amp;#39;&amp;#93;&lt;/span&gt; to use the POOLED connection option&lt;br/&gt;
2. $param&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;persistent&amp;#39;&amp;#93;&lt;/span&gt; to use persistent connections.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>