Index: ChangeLog =================================================================== --- ChangeLog (revision 277) +++ ChangeLog (revision 284) @@ -1,2 +1,7 @@ +2006-11-08 Bart Vanbrabant + + * Forgot to include changeset [251] when porting php 5.2 support to the + 0.9.5 branch. This fixes bug #204. + 2006-10-10 Bart Vanbrabant Index: ea_restore.c =================================================================== --- ea_restore.c (revision 271) +++ ea_restore.c (revision 284) @@ -716,4 +716,7 @@ #endif #endif +#ifdef ZEND_ENGINE_2_2 + to->ce = EAG(class_entry); +#endif return to; }