Changeset 601
- Timestamp:
- 2009-07-05T07:39:17+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
admin/common-zh-simplified-utf-8.lang.php (modified) (1 diff)
-
admin/common-zh-traditional-utf-8.lang.php (modified) (1 diff)
-
admin/xcache.tpl.php (modified) (2 diffs)
-
xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 356,359-360
- Property svn:mergeinfo changed
-
branches/1.3/admin/common-zh-simplified-utf-8.lang.php
r598 r601 59 59 'inode' 60 60 => 'Inode', 61 'hash' 62 => 'Hash', 61 63 'Access' 62 64 => '访问', -
branches/1.3/admin/common-zh-traditional-utf-8.lang.php
r598 r601 59 59 'inode' 60 60 => 'Inode', 61 'hash' 62 => 'Hash', 61 63 'Access' 62 64 => '存取', -
branches/1.3/admin/xcache.tpl.php
r598 r601 170 170 <?php } ?> 171 171 <?php } ?> 172 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('hash'); ?></a></th> 172 173 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Access'); ?></a></th> 173 174 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Create'); ?></a></th> … … 228 229 } 229 230 echo <<<ENTRY 231 <td int="{$entry['hvalue']}">{$entry['hvalue']}</td> 230 232 <td int="{$entry['atime']}">{$atime}</td> 231 233 <td int="{$entry['ctime']}">{$ctime}</td> -
branches/1.3/xcache.c
r598 r601 451 451 add_assoc_long_ex(ei, ZEND_STRS("ctime"), entry->ctime); 452 452 add_assoc_long_ex(ei, ZEND_STRS("atime"), entry->atime); 453 add_assoc_long_ex(ei, ZEND_STRS("hvalue"), entry->hvalue); 453 454 if (del) { 454 455 add_assoc_long_ex(ei, ZEND_STRS("dtime"), entry->dtime);
Note: See TracChangeset
for help on using the changeset viewer.

