Changes between Version 12 and Version 13 of PhpIni
- Timestamp:
- 2006-10-02T14:09:53+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpIni
v12 v13 85 85 0 to disable, non 0 to enable. Check if your system mmap allows. 86 86 '''xcache.count''' ''int'':: 87 Specify how many chunks to split the cache. see Split edCache87 Specify how many chunks to split the cache. see SplittedCache 88 88 '''xcache.slots''' ''size'':: 89 89 Just a hints for hash slot, you can always store count(items) > slots. … … 95 95 '''xcache.var_count''' ''int'':: 96 96 '''xcache.var_slots''' ''size'':: 97 '''xcache.var_gc_interval''' ''seconds''::98 97 Same as above, but for variables. 99 98 '''xcache.var_ttl''' ''seconds'':: … … 101 100 '''xcache.var_maxttl''' ''seconds'':: 102 101 A longer ttl when using variable caching api is limited to below max ttl. 102 '''xcache.var_gc_interval''' ''seconds'':: 103 Garbage Collection Interval for variables api. 103 104 '''xcache.readonly_protection''' ''boolean'':: 104 105 If ReadonlyProtection is turned on, it will be a bit slower, but much safer. This option isn't available for /dev/zero.

