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

(-)Makefile (+1 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
CATEGORIES=	www
3
CATEGORIES=	www
4
PORTREVISION=	1
4
5
5
MASTERDIR=	${.CURDIR}/../../lang/php71
6
MASTERDIR=	${.CURDIR}/../../lang/php71
6
7
(-)files/patch-zend__file__cache.c (+17 lines)
Line 0 Link Here
1
--- zend_file_cache.c.orig	2017-07-05 13:48:27 UTC
2
+++ zend_file_cache.c
3
@@ -24,9 +24,10 @@
4
 
5
 #include "php.h"
6
 
7
+#include "ZendAccelerator.h"
8
+
9
 #ifdef HAVE_OPCACHE_FILE_CACHE
10
 
11
-#include "ZendAccelerator.h"
12
 #include "zend_file_cache.h"
13
 #include "zend_shared_alloc.h"
14
 #include "zend_accelerator_util_funcs.h"
15
yes
16
native
17
text/plain

Return to bug 220430