Changeset 1179 for trunk/htdocs/diagnosis/index.php
- Timestamp:
- 2012-11-20T03:34:13+01:00 (7 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/diagnosis/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/diagnosis/index.php
r1169 r1179 151 151 else if ($errors) { 152 152 result(N_("warning") 153 , _T("Error happened when compiling at least one of your PHP code")154 , _T(" This usually means there is syntax error in your PHP code. Enable PHP error_log to see what parser error is it, fix your code")153 , _T("Error happened when compiling one or some of your PHP code") 154 , _T("PHP code failed to be compiled cannot be cached. This usually means there was syntax error in your PHP code. Enable PHP error_log to see what parser error is it, fix your code. This warning won't go away until PHP is restarted") 155 155 ); 156 156 } … … 181 181 } 182 182 else if (!ini_get("xcache.var_size")) { 183 result(N_(" error")183 result(N_("warning") 184 184 , _T("Not enabled") 185 , _T("PHP code that use XCache caching backend have to use other caching backend instead. Set xcache.var_size to non-zero ")185 , _T("PHP code that use XCache caching backend have to use other caching backend instead. Set xcache.var_size to non-zero if you have any PHP code that can use XCache Data Caching API") 186 186 ); 187 187 }
Note: See TracChangeset
for help on using the changeset viewer.

