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 does not work for SuiteCRM 7.14, PHP8 #10427

Open
gunnicom opened this issue May 15, 2024 · 0 comments
Open

APC does not work for SuiteCRM 7.14, PHP8 #10427

gunnicom opened this issue May 15, 2024 · 0 comments
Labels
Type: Bug Bugs within the core SuiteCRM codebase

Comments

@gunnicom
Copy link
Contributor

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

gunnicom added a commit to gunnicom/SuiteCRM that referenced this issue May 15, 2024
@clemente-raposo clemente-raposo added the Type: Bug Bugs within the core SuiteCRM codebase label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

2 participants