* and stuff this where it belongs so we don't have to work so hard next
* time.
*/
- Z_OBJCE_P(obj) = new_ce;
+ /* OBJECT FIXME!! won't work with non-standard objects */
+ Z_OBJ_P(obj)->ce = new_ce;
aggr_info_new.new_ce = new_ce;
MAKE_STD_ZVAL(aggr_info_new.aggr_members);
array_init(aggr_info_new.aggr_members);
}
}
- Z_OBJCE_P(obj) = orig_ce;
+ /* OBJECT FIXME!! won't work with non-standard objects */
+ Z_OBJ_P(obj)->ce = orig_ce;
zend_hash_index_del(BG(aggregation_table), (long)obj);
}
}