Changeset 457 for branches/1.2/xcache.c
- Timestamp:
- 2007-07-14T07:10:55+02:00 (6 years ago)
- Location:
- branches/1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
-
branches/1.2/xcache.c
r453 r457 417 417 add_assoc_long_ex(return_value, ZEND_STRS("clogs"), cache->clogs); 418 418 add_assoc_long_ex(return_value, ZEND_STRS("ooms"), cache->ooms); 419 add_assoc_long_ex(return_value, ZEND_STRS("errors"), cache->errors); 419 420 420 421 add_assoc_long_ex(return_value, ZEND_STRS("cached"), cache->entries_count); … … 1162 1163 } LEAVE_LOCK(cache); 1163 1164 if (catched) { 1165 cache->errors ++; 1164 1166 zend_bailout(); 1165 1167 }
Note: See TracChangeset
for help on using the changeset viewer.

