mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
The ini directive mysqli.cache_size has been removed from PHP for a while. This patch removes it from the manual, since it is not used in the PHP core since 5.3.0 version
https://github.com/php/php-src/pull/2777 -- Provided by anonymous 80662 (peterkokot@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343775 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f4145026b4
commit
aafb04f84e
1 changed files with 0 additions and 18 deletions
|
@ -82,12 +82,6 @@
|
|||
<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>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Available since PHP 5.3.0.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -252,18 +246,6 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysqli.cache-size">
|
||||
<term>
|
||||
<parameter>mysqli.cache_size</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue