- Timestamp:
- 2007-07-11T13:58:16+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r438 r444 607 607 zend_uint i; 608 608 xc_entry_data_php_t *p = xce->data.php; 609 zend_op_array *old_active_op_array = CG(active_op_array); 609 610 #ifndef ZEND_ENGINE_2 610 611 /* new ptr which is stored inside CG(class_table) */ … … 672 673 free_alloca(new_cest_ptrs); 673 674 #endif 675 CG(active_op_array) = old_active_op_array; 674 676 return p->op_array; 675 677 } … … 1381 1383 else { 1382 1384 if (newlycompiled) { 1385 zend_op_array *old_active_op_array = CG(active_op_array); 1383 1386 /* install it */ 1384 1387 CG(active_op_array) = op_array; 1385 1388 xc_sandbox_free(&sandbox, XC_Install TSRMLS_CC); 1389 CG(active_op_array) = old_active_op_array; 1386 1390 } 1387 1391 }
Note: See TracChangeset
for help on using the changeset viewer.

