diff options
Diffstat (limited to 'lang/php55/Makefile.ext')
-rw-r--r-- | lang/php55/Makefile.ext | 2 |
1 files changed, 2 insertions, 0 deletions
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 |