Changeset 739 for branches/1.3/processor/processor.m4
- Timestamp:
- 04/11/2011 06:46:16 AM (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/processor/processor.m4
r726 r739 325 325 #ifdef ZEND_ENGINE_2_4 326 326 DISPATCH(int, default_properties_count) 327 STRUCT_ARRAY(default_properties_count, zval , default_properties_table)327 STRUCT_ARRAY(default_properties_count, zval_ptr, default_properties_table) 328 328 DISPATCH(int, default_static_members_count) 329 STRUCT_ARRAY(default_static_members_count, zval , default_static_members_table)330 IFCOPY(`dst->static_members_table = &dst->default_static_members_table;')329 STRUCT_ARRAY(default_static_members_count, zval_ptr, default_static_members_table) 330 IFCOPY(`dst->static_members_table = dst->default_static_members_table;') 331 331 DONE(static_members_table) 332 332 #else

