aboutsummaryrefslogtreecommitdiff
path: root/lang/php70/Makefile.ext
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php70/Makefile.ext')
-rw-r--r--lang/php70/Makefile.ext2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php70/Makefile.ext b/lang/php70/Makefile.ext
index aa3d3c58977b..42f34ec282a3 100644
--- a/lang/php70/Makefile.ext
+++ b/lang/php70/Makefile.ext
@@ -209,6 +209,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
USES+= localbase
.endif