Changeset 456 for trunk/xcache.c
- Timestamp:
- 07/14/2007 05:06:10 AM (17 months ago)
- Files:
-
- 1 modified
-
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 }

