mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Documented the mysqli.rollback_on_cached_plink ini entry, added in 5.6.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337727 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e846d99d04
commit
2a739959b6
1 changed files with 19 additions and 0 deletions
|
@ -76,6 +76,12 @@
|
|||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Available since PHP 4.3.5.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.rollback-on-cached-plink">mysqli.rollback_on_cached_plink</link></entry>
|
||||
<entry>TRUE</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Available since PHP 5.6.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.cache-size">mysqli.cache_size</link></entry>
|
||||
<entry>"2000"</entry>
|
||||
|
@ -229,6 +235,19 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysqli.rollback-on-cached-plink">
|
||||
<term>
|
||||
<parameter>mysqli.rollback_on_cached_plink</parameter>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Used for rollbacking connections put back into the persistent
|
||||
connection pool.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysqli.cache-size">
|
||||
<term>
|
||||
|
|
Loading…
Reference in a new issue