Changeset 456 for trunk/xcache.c
- Timestamp:
- 2007-07-14T07:06:10+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r455 r456 472 472 add_assoc_long_ex(return_value, ZEND_STRS("clogs"), cache->clogs); 473 473 add_assoc_long_ex(return_value, ZEND_STRS("ooms"), cache->ooms); 474 add_assoc_long_ex(return_value, ZEND_STRS("errors"), cache->errors); 474 475 475 476 add_assoc_long_ex(return_value, ZEND_STRS("cached"), cache->entries_count); … … 1402 1403 if (catched) { 1403 1404 cache->compiling = 0; 1405 cache->errors ++; 1404 1406 zend_bailout(); 1405 1407 }
Note: See TracChangeset
for help on using the changeset viewer.

