# This should be rewritten for ZE2 anyway...
* time.
*/
/* OBJECT FIXME!! won't work with non-standard objects */
+#ifndef ZEND_ENGINE_2
(Z_OBJ_P(obj))->ce = new_ce;
+#endif
aggr_info_new.new_ce = new_ce;
MAKE_STD_ZVAL(aggr_info_new.aggr_members);
array_init(aggr_info_new.aggr_members);
}
/* OBJECT FIXME!! won't work with non-standard objects */
+#ifndef ZEND_ENGINE_2
(Z_OBJ_P(obj))->ce = orig_ce;
+#endif
zend_hash_index_del(BG(aggregation_table), (long)obj);
}
}