Re-added opcache for PHP 8.1

This commit is contained in:
cytopia
2021-05-19 19:46:01 +02:00
parent 25e0e12fe9
commit 8d89ed4b02
4 changed files with 24 additions and 2 deletions

View File

@@ -660,7 +660,7 @@ extensions_available:
odbc:
disabled: "{{ php_all_versions }}" # TODO: sqlext.h' not found!
opcache:
disabled: [8.1] # TODO: fatal error: zend_dfg.h: No such file or directory
disabled: []
5.2:
type: pecl
command: pecl install zendopcache
@@ -670,6 +670,9 @@ extensions_available:
5.4:
type: pecl
command: pecl install zendopcache
8.1:
type: builtin
pre: wget https://raw.githubusercontent.com/php/php-src/php-8.0.6/ext/opcache/Optimizer/zend_dfg.h -P /usr/local/include/php/Zend/Optimizer
all:
type: builtin
openssl: