Changes between Version 19 and Version 20 of PhpIni
- Timestamp:
- 2007-07-05T15:50:57+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpIni
v19 v20 88 88 Specify how many chunks to split the cache. see SplittedCache 89 89 '''xcache.slots''' ''size'':: 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. 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. More slots means faster searching the cache but take more memory. 91 91 '''xcache.ttl''' ''seconds'':: 92 92 Ttl (Time To Live) value for the php entry (cached opcodes of a file), 0=forever.

