summaryrefslogtreecommitdiff
path: root/lang/php55
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php55')
-rw-r--r--lang/php55/Makefile2
-rw-r--r--lang/php55/Makefile.ext2
2 files changed, 3 insertions, 1 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile
index 442629b1f5f6..483a87bc2428 100644
--- a/lang/php55/Makefile
+++ b/lang/php55/Makefile
@@ -3,7 +3,7 @@
PORTNAME= php55
PORTVERSION= 5.5.38
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${PORTVERSION}
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index 94d9d683c75a..8c7a1f9870be 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/Makefile.ext
@@ -217,6 +217,8 @@ USE_OPENSSL= yes
.endif
.if ${PHP_MODNAME} == "opcache"
+# This is needed by Zend extensions, keep before everything.
+PHP_MOD_PRIO= 10
CONFIGURE_ARGS+=--enable-opcache
.endif