Update for WinCache 1.3.7.4 release

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336182 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Eric Stenson 2015-03-23 23:08:03 +00:00
parent 828ac78684
commit 2cb9b26861
2 changed files with 29 additions and 1 deletions

View file

@ -182,6 +182,14 @@
<entry>PHP_INI_SYSTEM</entry>
<entry>Available as of WinCache 1.3.6.3</entry>
</row>
<row>
<entry><link linkend="ini.wincache.filemapdir">wincache.filemapdir</link></entry>
<entry>NULL</entry>
<entry>NULL</entry>
<entry>NULL</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available as of WinCache 1.3.7.4</entry>
</row>
</tbody>
</tgroup>
</table>
@ -463,6 +471,23 @@ wincache.ignorelist = "index.php|misc.php|admin.php"
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.wincache.filemapdir">
<term>
<parameter>wincache.filemapdir</parameter>
<type>string</type>
</term>
<listitem>
<simpara>
Specifies an absolute path to a directory where WinCache will store the temporary files used for shared memory segments.
</simpara>
<simpara>
This directory must be on the local machine and not on a networked file system.
</simpara>
<simpara>
If the directory is not specified, WinCache will use the Windows System Page File for all shared memory segments.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>

View file

@ -215,7 +215,10 @@ session.save_path = C:\inetpub\temp\session\
<section xml:id="wincache.reroutes">
<title>WinCache Functions Reroutes</title>
<para>
The WinCache functions reroutes (available since WinCache 1.2.0) can be used to replace built-in PHP functions with their equivalents
<emphasis>NOTE:</emphasis> <link linkend="wincache.rerouteini">wincache.rerouteini</link> was removed as of WinCache 1.3.7.0. It has been replaced with automatic function reroutes. See: <link linkend="wincache.reroute_enabled">wincache.reroute_enabled</link>
</para>
<para>
The WinCache functions reroutes (available since WinCache 1.2.0, removed since WinCache 1.3.7.0) can be used to replace built-in PHP functions with their equivalents
that are optimized for a particular purpose. WinCache extension includes Windows-optimized implementation of PHP file functions that
may improve performance of PHP applications in cases when PHP has to access files on network shares. The optimized implementation is
provided for the following functions: