PORTNAME= eaccelerator
DISTVERSION= 0.9.5
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
--- ea_restore.c.orig Sat Feb 10 12:07:32 2007
+++ ea_restore.c Sat Feb 10 12:06:58 2007
@@ -715,6 +715,9 @@
to->doc_comment = NULL;
#endif
+#ifdef ZEND_ENGINE_2_2
+ to->ce = EAG(class_entry);
+#endif
return to;
}