solved PHP modules

izhmel
@izhmel
10 months ago
1,319 posts
As of PHP 8.0.0, apcu-bc is no longer supported.

https://www.php.net/manual/en/apcu.installation.php

wish convert in php do I enable ? there many of them in Perl Modules
Untitled.jpg
Untitled.jpg  •  1.5MB




--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 10/28/23 10:10:50PM
brian
@brian
10 months ago
10,144 posts
Jamroom doesn't use apcu-bc - it just uses the main APCu package. "apcu-bc" is an additional page you can install on PHP 7 to give you the optional op-code caching that APC provided back in the PHP 5 days. PHP 7+ uses the built-in PHP "opcache" package for op code caching, so APC was split up in to APCu and APCu-bc packages.

You do not need apcu-bc - just install the main apcu package.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags