diff --git a/reference/wincache/ini.xml b/reference/wincache/ini.xml index 8c9502f28a..42e229146a 100644 --- a/reference/wincache/ini.xml +++ b/reference/wincache/ini.xml @@ -182,6 +182,14 @@ PHP_INI_SYSTEM Available as of WinCache 1.3.6.3 + + wincache.filemapdir + NULL + NULL + NULL + PHP_INI_SYSTEM + Available as of WinCache 1.3.7.4 + @@ -463,6 +471,23 @@ wincache.ignorelist = "index.php|misc.php|admin.php" + + + wincache.filemapdir + string + + + + Specifies an absolute path to a directory where WinCache will store the temporary files used for shared memory segments. + + + This directory must be on the local machine and not on a networked file system. + + + If the directory is not specified, WinCache will use the Windows System Page File for all shared memory segments. + + + diff --git a/reference/wincache/setup.xml b/reference/wincache/setup.xml index 7deedaaf1b..2963241019 100644 --- a/reference/wincache/setup.xml +++ b/reference/wincache/setup.xml @@ -215,7 +215,10 @@ session.save_path = C:\inetpub\temp\session\
WinCache Functions Reroutes - The WinCache functions reroutes (available since WinCache 1.2.0) can be used to replace built-in PHP functions with their equivalents + NOTE: wincache.rerouteini was removed as of WinCache 1.3.7.0. It has been replaced with automatic function reroutes. See: wincache.reroute_enabled + + + 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: