Changes between Version 8 and Version 9 of PhpIni
- Timestamp:
- 2006-08-30T14:07:52+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpIni
v8 v9 69 69 ||xcache.count||1||PHP_INI_SYSTEM 70 70 ||xcache.slots||8K||PHP_INI_SYSTEM 71 ||xcache.ttl||0||PHP_INI_SYSTEM 72 ||xcache.gc_interval||0||PHP_INI_SYSTEM 71 73 ||xcache.var_size||0||PHP_INI_SYSTEM 72 74 ||xcache.var_count||1||PHP_INI_SYSTEM 73 75 ||xcache.var_slots||8K||PHP_INI_SYSTEM 76 ||xcache.var_ttl||0||PHP_INI_ALL 77 ||xcache.var_maxttl||0||PHP_INI_SYSTEM 78 ||xcache.var_gc_interval||300||PHP_INI_SYSTEM 74 79 ||xcache.readonly_protection||Off||PHP_INI_SYSTEM 75 80 ||xcache.mmap_path||"/dev/zero"||PHP_INI_SYSTEM … … 83 88 '''xcache.slots''' ''size'':: 84 89 Just a hints for hash slot, you can always store count(items) > slots. 90 '''xcache.ttl''' ''seconds'':: 91 Ttl (Time To Live) value for the php entry (cached opcodes of a file), 0=forever. 92 '''xcache.gc_interval''' ''seconds'':: 93 Garbage Collection Interval. 85 94 '''xcache.var_size''' ''int'':: 86 95 '''xcache.var_count''' ''int'':: 87 96 '''xcache.var_slots''' ''size'':: 88 Same as above, but for variables 97 '''xcache.var_gc_interval''' ''seconds'':: 98 Same as above, but for variables. 99 '''xcache.var_ttl''' ''seconds'':: 100 Default ttl for variables api, xcache_(get|set|inc|dec) etc. 101 '''xcache.var_maxttl''' ''seconds'':: 102 A longer ttl when using variable caching api is limited to below max ttl. 89 103 '''xcache.readonly_protection''' ''boolean'':: 90 104 If ReadonlyProtection is turned on, it will be a bit slower, but much safer. This option isn't available for /dev/zero.

