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
The memory cache APC was available as APC-bc (backward compatibility) until PHP8 ( https://www.php.net/manual/de/apcu.installation.php )
After that only APCu is available. SuiteCRM exclusively uses apc functions (i.e. apc_store() ), but now has to use apcu_store() ...
As SuiteCRM 7.14.x is only compatible with PHP > 8 we can safely switch it to apcu, as noone could run apc anyway.
Issue
The memory cache APC was available as APC-bc (backward compatibility) until PHP8 ( https://www.php.net/manual/de/apcu.installation.php )
After that only APCu is available. SuiteCRM exclusively uses apc functions (i.e. apc_store() ), but now has to use apcu_store() ...
As SuiteCRM 7.14.x is only compatible with PHP > 8 we can safely switch it to apcu, as noone could run apc anyway.
There is also someone in the forum in 2019 mentioning this ... as always, nothing got fixed https://community.suitecrm.com/t/apc-cache-not-working/69261
Possible Fix
No response
Steps to Reproduce the Issue
1. Install php-apcu 2. See nothing gets cached in memory cache apcu
Context
No response
Version
7.14.3
What browser are you currently using?
Chrome
Browser Version
No response
Environment Information
PHP 8.2
Operating System and Version
debian
The text was updated successfully, but these errors were encountered: