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

(-)ports/www/eaccelerator/Makefile (-4 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	eaccelerator
8
PORTNAME=	eaccelerator
9
DISTVERSION=	0.9.5
9
DISTVERSION=	0.9.5.1
10
PORTREVISION=	1
11
CATEGORIES=	www
10
CATEGORIES=	www
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=	http://bart.eaccelerator.net/source/0.9.5.1/
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
12
15
MAINTAINER=	ale@FreeBSD.org
13
MAINTAINER=	ale@FreeBSD.org
16
COMMENT=	An opcode cache for PHP with encoder and loader
14
COMMENT=	An opcode cache for PHP with encoder and loader
(-)ports/www/eaccelerator/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (eaccelerator-0.9.5.tar.bz2) = dad54af67488b83a2af6e30f661f613b
1
MD5 (eaccelerator-0.9.5.1.tar.bz2) = d4759d444f55801762af963df6fca9ff
2
SHA256 (eaccelerator-0.9.5.tar.bz2) = 9118cda6f7a8013bb22621304f783ecb629fcc9c556f182e3caf0913dc7294cf
2
SHA256 (eaccelerator-0.9.5.1.tar.bz2) = dadef8cfe4624ea8a42aacd1b7db8eb47672a13ed7f78dd9028ce9edc33c2de2
3
SIZE (eaccelerator-0.9.5.tar.bz2) = 121791
3
SIZE (eaccelerator-0.9.5.1.tar.bz2) = 122279
(-)ports/www/eaccelerator/files/patch-ea_restore.c (-12 lines)
Removed Link Here
1
--- ea_restore.c.orig	Sat Feb 10 16:15:31 2007
2
+++ ea_restore.c	Sat Feb 10 16:16:12 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 113597