Changes between Version 18 and Version 19 of PhpIni
- Timestamp:
- 07/05/2007 03:09:08 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpIni
v18 v19 88 88 Specify how many chunks to split the cache. see SplittedCache 89 89 '''xcache.slots''' ''size'':: 90 Just a hints for hash slot, you can always store count(items) > slots.90 Just a "slots" hint for hash, you can always store count(items) > slots. It can be (count(items) * n) where n is 0.2 to 1, or leave it as is. 91 91 '''xcache.ttl''' ''seconds'':: 92 92 Ttl (Time To Live) value for the php entry (cached opcodes of a file), 0=forever. … … 96 96 '''xcache.var_count''' ''int'':: 97 97 '''xcache.var_slots''' ''size'':: 98 Same as above, but for variable s.98 Same as above, but for variable data. 99 99 '''xcache.var_ttl''' ''seconds'':: 100 100 Default ttl for variables api, xcache_(get|set|inc|dec) etc.

