- Assigned to apaderno
- Status changed to Needs work
5 months ago 6:14pm 30 June 2024 - 🇮🇹Italy apaderno Brescia, 🇮🇹
To make the module compatible with APCu, also the code in
apc_requirements()
must be changed.apc_requirements()
cannot assume the APCu Backwards Compatibility Module extension is installed. That could be true most of the times, but it is not necessarily true. - 🇮🇹Italy apaderno Brescia, 🇮🇹
Also, since the APC extension is no longer maintained and has been superseded, the code can simply rely on the
apcu_*()
functions.The last stable APC version has been releases on May, 2011, five years and a half before this issue was open.
Hopefully, no Drupal 7 site is still running on PHP 5. They are more probably running on PHP 7 or 8, with the APCu extension. - Merge request !17Issue #2846622: Change the module to require only the APCu extension → (Merged) created by apaderno
-
avpaderno →
committed c05fd1af on 7.x-1.x
Issue #2846622: Change the module to require only the APCu extension
-
avpaderno →
committed c05fd1af on 7.x-1.x
- Issue was unassigned.
- Status changed to Fixed
4 months ago 1:27pm 21 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.