summaryrefslogtreecommitdiff
path: root/lang/php56
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php56')
-rw-r--r--lang/php56/Makefile2
-rw-r--r--lang/php56/Makefile.ext2
2 files changed, 3 insertions, 1 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile
index f8417f3f11e4..530fe94ca82f 100644
--- a/lang/php56/Makefile
+++ b/lang/php56/Makefile
@@ -3,7 +3,7 @@
PORTNAME= php56
PORTVERSION= 5.6.24
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${PORTVERSION}
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext
index 9a7942269e45..71c196bd0502 100644
--- a/lang/php56/Makefile.ext
+++ b/lang/php56/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