Arch nginx: php-fpm errors #83
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
on arch with latest package versions 4get (latest commit) throws this error when querying with external client:
My god this docker shit sucks so much
The apcu package probably got obsoleted again
funnily enough, im currently running my instance from docker and it works fine
Well it's complaining about APCU not being present. Run
If nothing gets outputted, PHP isn't compiled/bundled with apcu
If it's not present, install apcu with your package manager and restart your webserver
theres something. given that php-acpu is in main repo, dont think it got obsolete
Sorry, didn't notice grep was case sensitive
oh yeah, now theres nothing in output. guess ill have to stick with docker image...
https://wiki.archlinux.org/title/PHP
Ctrl+F
apcu.ini
yeah even with enabling it in the config apcu support is disabled
are you sure
php-apcu
package is installed and that you restarted your PHP-FPM processes?yep, installed and restarted - is disabled
ok, my bad - it needed apc.enable_cli=1 config setting to show up in cli.
also the arch deps in the documentations have to be updated, since arch also requires php-sodium to make 4get work.
thank you for taking your time on resoling this issue