Update for WinCache 2.0.0.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338038 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Eric Stenson 2015-10-27 22:24:07 +00:00
parent 387ee9bda3
commit d78adcdaf8
2 changed files with 12 additions and 8 deletions

View file

@ -68,7 +68,7 @@
<entry>"0"</entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available as of WinCache 1.0.0</entry>
<entry>Available as of WinCache 1.0.0. Removed as of 2.0.0.0</entry>
</row>
<row>
<entry><link linkend="ini.wincache.ocenabledfilter">wincache.ocenabledfilter</link></entry>
@ -76,7 +76,7 @@
<entry>"NULL"</entry>
<entry>"NULL"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available as of WinCache 1.0.0</entry>
<entry>Available as of WinCache 1.0.0. Removed as of 2.0.0.0</entry>
</row>
<row>
<entry><link linkend="ini.wincache.ocachesize">wincache.ocachesize</link></entry>
@ -84,7 +84,7 @@
<entry>"15"</entry>
<entry>"255"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available as of WinCache 1.0.0</entry>
<entry>Available as of WinCache 1.0.0. Removed as of 2.0.0.0</entry>
</row>
<row>
<entry><link linkend="ini.wincache.filecount">wincache.filecount</link></entry>
@ -143,7 +143,7 @@
<entry>Available as of WinCache 1.1.0</entry>
</row>
<row>
<entry><link linkend="ini.wincache.namesalt">wincache.ucachesize</link></entry>
<entry><link linkend="ini.wincache.ucachesize">wincache.ucachesize</link></entry>
<entry>8</entry>
<entry>5</entry>
<entry>85</entry>
@ -151,7 +151,7 @@
<entry>Available as of WinCache 1.1.0</entry>
</row>
<row>
<entry><link linkend="ini.wincache.namesalt">wincache.scachesize</link></entry>
<entry><link linkend="ini.wincache.scachesize">wincache.scachesize</link></entry>
<entry>8</entry>
<entry>5</entry>
<entry>85</entry>
@ -180,7 +180,7 @@
<entry>0</entry>
<entry>1</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available as of WinCache 1.3.6.3</entry>
<entry>Available as of WinCache 1.3.6.3. Removed as of 2.0.0.0</entry>
</row>
<row>
<entry><link linkend="ini.wincache.filemapdir">wincache.filemapdir</link></entry>
@ -274,6 +274,7 @@
</term>
<listitem>
<simpara>Enables or disables the opcode cache functionality</simpara>
<simpara>This option has been removed as of 2.0.0.0</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.wincache.ocenabledfilter">
@ -291,6 +292,7 @@
is set to 0, then the sites listed in the <literal>wincache.ocenabledfilter</literal>
will have the opcode cache turned on.
</simpara>
<simpara>This option has been removed as of 2.0.0.0</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.wincache.ocachesize">
@ -306,6 +308,7 @@
cache size must be at least 3 times bigger than file cache size.
If that is not the case the opcode cache size will be automatically increased.
</simpara>
<simpara>This option has been removed as of 2.0.0.0</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.wincache.filecount">
@ -469,6 +472,7 @@ wincache.ignorelist = "index.php|misc.php|admin.php"
<simpara>
Enables or disables the use of shared reader/writer locks. Disabling is useful when troubleshooting deadlock conditions in WinCache.
</simpara>
<simpara>This option has been removed as of 2.0.0.0</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.wincache.filemapdir">

View file

@ -6,8 +6,8 @@
<versions>
<function name='wincache_fcache_fileinfo' from='PECL wincache &gt;= 1.0.0'/>
<function name='wincache_fcache_meminfo' from='PECL wincache &gt;= 1.0.0'/>
<function name='wincache_ocache_fileinfo' from='PECL wincache &gt;= 1.0.0'/>
<function name='wincache_ocache_meminfo' from='PECL wincache &gt;= 1.0.0'/>
<function name='wincache_ocache_fileinfo' from='PECL wincache &gt;= 1.0.0' deprecated='PECL wincache = 2.0.0.0'/>
<function name='wincache_ocache_meminfo' from='PECL wincache &gt;= 1.0.0' deprecated='PECL wincache = 2.0.0.0'/>
<function name='wincache_rplist_fileinfo' from='PECL wincache &gt;= 1.0.0'/>
<function name='wincache_rplist_meminfo' from='PECL wincache &gt;= 1.0.0'/>
<function name='wincache_refresh_if_changed' from='PECL wincache &gt;= 1.0.0'/>