Changeset 618 for branches/1.3/processor/processor.m4
- Timestamp:
- 2009-07-05T08:34:06+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 487,491-492,495
- Property svn:mergeinfo changed
-
branches/1.3/processor/processor.m4
r617 r618 79 79 *dst = *src; 80 80 zval_copy_ctor(dst); 81 Z VAL_REFCOUNT(dst) = 1;81 Z_SET_REFCOUNT(*dst, 1); 82 82 DONE(value) 83 83 DONE(type) … … 96 96 dnl {{{ zvalue_value 97 97 DISABLECHECK(` 98 switch ( src->type & ~IS_CONSTANT_INDEX) {98 switch ((Z_TYPE_P(src) & IS_CONSTANT_TYPE_MASK)) { 99 99 case IS_LONG: 100 100 case IS_RESOURCE: … … 756 756 #ifdef HAVE_XCACHE_CONSTANT 757 757 DISPATCH(zend_uint, constinfo_cnt) 758 STRUCT_ARRAY(constinfo_cnt, xc_constinfo_t, constinfos) 758 IFRESTORE(` 759 COPY(constinfos) 760 ', ` 761 STRUCT_ARRAY(constinfo_cnt, xc_constinfo_t, constinfos) 762 ') 759 763 #endif 760 764 … … 769 773 ') 770 774 STRUCT_ARRAY(classinfo_cnt, xc_classinfo_t, classinfos) 775 popdef(`BEFORE_LOOP') 771 776 #ifdef ZEND_ENGINE_2_1 772 777 DISPATCH(zend_uint, autoglobal_cnt) 773 STRUCT_ARRAY(autoglobal_cnt, xc_autoglobal_t, autoglobals) 778 IFRESTORE(` 779 COPY(autoglobals) 780 ', ` 781 STRUCT_ARRAY(autoglobal_cnt, xc_autoglobal_t, autoglobals) 782 ') 774 783 #endif 775 784 DISPATCH(zend_bool, have_early_binding) 776 popdef(`BEFORE_LOOP')777 785 ') 778 786 dnl }}}
Note: See TracChangeset
for help on using the changeset viewer.

