Changeset 634 for branches/1.3/xcache.c
- Timestamp:
- 07/05/2009 11:47:17 AM (4 years ago)
- Files:
-
- 1 modified
-
branches/1.3/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/xcache.c
r633 r634 895 895 } 896 896 /* }}} */ 897 static inline xc_hash_value_t xc_php_hash_md5(xc_entry_data_php_t *php TSRMLS_DC) /* {{{ */898 {899 return HASH_STR_S(php->md5, sizeof(php->md5));900 }901 /* }}} */902 897 #ifndef ZEND_COMPILE_DELAYED_BINDING 903 898 static void xc_cache_early_binding_class_cb(zend_op *opline, int oplineno, void *data TSRMLS_DC) /* {{{ */ … … 999 994 TRACE("found %s, catch it", stored_xce->name.str.val); 1000 995 xc_entry_hold_php_dmz(stored_xce TSRMLS_CC); 1001 xc_cache_hit_dmz(cache );996 xc_cache_hit_dmz(cache TSRMLS_CC); 1002 997 break; 1003 998 }

