Changeset 633 in svn
- Timestamp:
- 2009-07-05T09:44:56Z (10 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xcache.c
r632 r633 617 617 xc_entry_data_php_t *p = xce->data.php; 618 618 zend_op_array *old_active_op_array = CG(active_op_array); 619 #ifndef ZEND_ENGINE_2 619 620 ALLOCA_FLAG(use_heap) 620 621 #ifndef ZEND_ENGINE_2622 621 /* new ptr which is stored inside CG(class_table) */ 623 622 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.