Changes between Version 13 and Version 14 of PhpIni
- Timestamp:
- 2006-10-02T14:11:10+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpIni
v13 v14 91 91 Ttl (Time To Live) value for the php entry (cached opcodes of a file), 0=forever. 92 92 '''xcache.gc_interval''' ''seconds'':: 93 Garbage Collection Interval.93 Garbage collection interval. 94 94 '''xcache.var_size''' ''int'':: 95 95 '''xcache.var_count''' ''int'':: … … 99 99 Default ttl for variables api, xcache_(get|set|inc|dec) etc. 100 100 '''xcache.var_maxttl''' ''seconds'':: 101 A longer ttl when using variable cachingapi is limited to below max ttl.101 A longer ttl when using variables api is limited to below max ttl. 102 102 '''xcache.var_gc_interval''' ''seconds'':: 103 Garbage Collection Interval for variables api.103 Garbage collection interval for variables api. 104 104 '''xcache.readonly_protection''' ''boolean'':: 105 105 If ReadonlyProtection is turned on, it will be a bit slower, but much safer. This option isn't available for /dev/zero.

