You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2019. It is now read-only.
could you add opcache to the docker-php-ext-install line? PHP 5.6 comes with the zend opcache bundled, all you need to do is to add this line. I could also fork an make a pull request if you like.
Kind regards
Florian
The text was updated successfully, but these errors were encountered:
These are two differnt types of caching. opcache as i stated above is a PHP Opcache, it caches the compiled version of the PHP script. APCu is a user cache (Key-Value Store), which is used by owncloud to cache expensive database queries. APCu is APC without the PHP Opcache, afaik APC wont work with PHP 5.5 an up anymore.
APCu is installed. Only 8.1 is using PHP 5.6, would it help to update the other versions of owncloud to use 5.6 so that they also can have opcache enabled? I would greatly enjoy a PR, thanks for the help!
Hello,
could you add
opcache
to thedocker-php-ext-install
line? PHP 5.6 comes with the zend opcache bundled, all you need to do is to add this line. I could also fork an make a pull request if you like.Kind regards
Florian
The text was updated successfully, but these errors were encountered: