Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apc_fetch under PHP 8 #79

Open
JastrzebskiKrzysztof opened this issue Jul 2, 2023 · 0 comments
Open

apc_fetch under PHP 8 #79

JastrzebskiKrzysztof opened this issue Jul 2, 2023 · 0 comments

Comments

@JastrzebskiKrzysztof
Copy link

php-apcu-bc is dropped in PHP 8
Also https://pecl.php.net/package/apcu_bc have no compatible release.
Setting: $APC_ON = false; in config.php or trying to workaround in functions.php:
if ($haveAPC && ini_get('apc.enabled')) {
$APC_ON = false;
} else {
$APC_ON = false;
}
still issues: "Call to undefined function apc_fetch()".
It makes waf-fle unusable under many distributions (debian bookworm for example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant