Changes between Version 10 and Version 11 of XcacheIni
- Timestamp:
- 2012-08-02T08:45:18+02:00 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XcacheIni
v10 v11 44 44 == XCache Cacher == 45 45 ||'''Name'''||'''Default'''||'''Changeable''' 46 ||xcache.shm_scheme||"mmap"||PHP_INI_SYSTEM 46 47 ||xcache.mmap_path||"/dev/zero"||PHP_INI_SYSTEM 47 ||xcache.shm_scheme||"mmap"||PHP_INI_SYSTEM48 48 ||xcache.readonly_protection||Off||PHP_INI_SYSTEM 49 49 … … 64 64 ||xcache.var_gc_interval||300||PHP_INI_SYSTEM 65 65 66 '''xcache.shm_scheme''' ''string'':: 67 How XCache get shared memory 66 68 '''xcache.mmap_path''' ''string'':: 67 69 for *nix, xcache.mmap_path is a ''file path'', not directory. 68 70 for win32, xcache.mmap_path is anonymous ''map name'', not a file path. 69 71 Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection, 2 group of php won't share the same /tmp/xcache. 70 '''xcache.shm_scheme''' ''string''::71 How XCache get shared memory72 72 '''xcache.readonly_protection''' ''boolean'':: 73 73 If ReadonlyProtection is turned on, it will be a bit slower, but much safer. This option isn't available for /dev/zero. … … 114 114 115 115 '''xcache.coverager''' ''boolean'':: 116 Enable coverage data collecting forxcache.coveragedump_directory and xcache_coverager_start/stop/get/clean() functions (will hurt executing performance)116 Enable coverage data collecting required by xcache.coveragedump_directory and xcache_coverager_start/stop/get/clean() functions (will hurt executing performance) 117 117 '''xcache.coverager_autostart''' ''boolean'':: 118 118 Auto call xcache_coverager_start() on each request

