Changes between Version 7 and Version 8 of PhpIni
- Timestamp:
- 08/15/2006 11:22:44 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpIni
v7 v8 82 82 Specify how many chunks to split the cache. see SplitedCache 83 83 '''xcache.slots''' ''size'':: 84 Just a h ash slot hints, you can always store count(items) > slots84 Just a hints for hash slot, you can always store count(items) > slots. 85 85 '''xcache.var_size''' ''int'':: 86 86 '''xcache.var_count''' ''int'':: … … 88 88 Same as above, but for variables 89 89 '''xcache.readonly_protection''' ''boolean'':: 90 If ReadonlyProtection is turned on, it will be a bit slower, but much safer. It won't beavailable for /dev/zero.90 If ReadonlyProtection is turned on, it will be a bit slower, but much safer. This option isn't available for /dev/zero. 91 91 '''xxcache.mmap_path''' ''string'':: 92 92 for *nix, xcache.mmap_path is a ''file path'', not directory.

