Changeset 456 for trunk/admin/help-en.lang.php
- Timestamp:
- 07/14/2007 07:06:10 AM (6 years ago)
- Files:
-
- 1 modified
-
trunk/admin/help-en.lang.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/help-en.lang.php
r321 r456 11 11 <dt><?php echo _T('Clogs'); ?>: </dt><dd>Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked) when the cache is busy compiling already</dd> 12 12 <dt><?php echo _T('OOMs'); ?>: </dt><dd>Out Of Memory, how many times a new item should be stored but there isn't enough memory in the cache, think of increasing the xcache.size or xcache.var_size</dd> 13 <dt><?php echo _T('Errors'); ?>: </dt><dd>Compiler errors, how many times your script is compiled but failed. You should really check what is happening if you see this value increase. See <a href="http://www.php.net/manual/en/ref.errorfunc.php#ini.error-log">ini.error-log</a> and <a href="http://cn2.php.net/manual/en/ref.errorfunc.php#ini.display-errors">ini.display-errors</a></dd> 13 14 <dt><?php echo _T('Protected'); ?>: </dt><dd>Whether <a href="http://trac.lighttpd.net/xcache/wiki/ReadonlyProtection">readonly_protection</a> is available and enable on this cache</dd> 14 15 <dt><?php echo _T('Cached'); ?>: </dt><dd>Number of entries stored in this cache</dd>

