1
0
Fork 0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1451 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
master
Xuefer 10 years ago
parent 0174691e44
commit eaa50fbafc

@ -181,7 +181,7 @@ static xc_entry_data_php_t *xc_php_store_unlocked(xc_cache_t *cache, xc_entry_da
xc_entry_data_php_t *p = malloc(stored_php->size);
fprintf(stderr, "%lu\n", stored_php->size);
memcpy(p, stored_php, stored_php->size);
xc_processor_relocate_xc_entry_data_php_t(p, stored_php, 0, p TSRMLS_CC);
xc_processor_relocate_xc_entry_data_php_t(stored_php, 0, p, p TSRMLS_CC);
}
#endif
if (stored_php) {

Loading…
Cancel
Save