Changeset 212 for trunk/processor/processor.m4
- Timestamp:
- 10/04/2006 12:38:45 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/processor/processor.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r200 r212 474 474 DEF_STRUCT_P_FUNC(`zend_op_array', , `dnl {{{ 475 475 IFRESTORE(` 476 if (!processor->readonly_protection) { 476 dnl shadow copy must NOT meet: 477 dnl readonly_protection=on 478 dnl main op_array && have early binding 479 if (!processor->readonly_protection && !(src == processor->xce_src->data.php->op_array && processor->xce_src->data.php->have_early_binding)) { 477 480 /* really fast shallow copy */ 478 481 memcpy(dst, src, sizeof(src[0])); … … 685 688 STRUCT(zend_class_entry, cest) 686 689 #endif 690 DISPATCH(int, oplineno) 687 691 ') 688 692 dnl }}} … … 715 719 ') 716 720 STRUCT_ARRAY(classinfo_cnt, xc_classinfo_t, classinfos) 721 DISPATCH(zend_bool, have_early_binding) 717 722 popdef(`BEFORE_LOOP') 718 723 ')

