Page 1 of 1

apcu for PHP interpreter

Posted: Mon 26. Jul 2021, 12:21
by dokabalint
Hello,

How can i install apcu extension for additional PHP interpreters? Or any other module?

Thanks.

Re: apcu for PHP interpreter

Posted: Mon 26. Jul 2021, 12:33
by Alexander
Hello,

APCu is already part of all additional PHP interpreters.

Re: apcu for PHP interpreter

Posted: Mon 26. Jul 2021, 15:56
by dokabalint
Alexander wrote: Mon 26. Jul 2021, 12:33 Hello,

APCu is already part of all additional PHP interpreters.
Hmm, rly i checked in phpinfo but the nextcloud cannot use it. :/
An unhandled exception has been thrown:
OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)

You have suggession for that? I know its not keyhelp related but maybe you know.

Re: apcu for PHP interpreter

Posted: Mon 26. Jul 2021, 16:04
by Tobi
You must enable acpu within the optional php directives.

Re: apcu for PHP interpreter

Posted: Mon 26. Jul 2021, 16:26
by Alexander
With the additional interpreters, it should be enabled by default. Is your Nextcloud domain really using one of the additional PHP interpreters? Or is it using the default PHP version of your system?

Which OS you are using, which PHP interpreter version are you going to use?