Changeset 486 for trunk/xcache.c
- Timestamp:
- 2007-12-28T13:09:43+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r485 r486 609 609 xc_entry_data_php_t *p = xce->data.php; 610 610 zend_op_array *old_active_op_array = CG(active_op_array); 611 #ifndef ZEND_ENGINE_2 611 612 ALLOCA_FLAG(use_heap) 612 613 #ifndef ZEND_ENGINE_2614 613 /* new ptr which is stored inside CG(class_table) */ 615 614 xc_cest_t **new_cest_ptrs = (xc_cest_t **)my_do_alloca(sizeof(xc_cest_t*) * p->classinfo_cnt, use_heap);
Note: See TracChangeset
for help on using the changeset viewer.

