View | Details | Raw Unified | Return to bug 109012
Collapse All | Expand All

(-)www/eaccelerator/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	eaccelerator
8
PORTNAME=	eaccelerator
9
DISTVERSION=	0.9.5
9
DISTVERSION=	0.9.5
10
PORTREVISION=	1
10
CATEGORIES=	www
11
CATEGORIES=	www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)www/eaccelerator/files/patch-ea_restore.c (+12 lines)
Line 0 Link Here
1
--- ea_restore.c.orig	Sat Feb 10 12:07:32 2007
2
+++ ea_restore.c	Sat Feb 10 12:06:58 2007
3
@@ -715,6 +715,9 @@
4
     to->doc_comment = NULL;
5
 #endif
6
 #endif
7
+#ifdef ZEND_ENGINE_2_2
8
+    to->ce = EAG(class_entry);
9
+#endif
10
 	return to;
11
 }
12
 #endif

Return to bug 109012