Changeset 457 for branches/1.2/xcache.c
- Timestamp:
- 07/14/2007 05:10:55 AM (17 months ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
- Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444 to /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444,456
-
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 }

