pluginkollektiv / cachify

Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
https://wordpress.org/plugins/cachify/
GNU General Public License v2.0
99 stars 31 forks source link

remove APC support #304

Closed stklcode closed 1 month ago

stklcode commented 2 months ago

APC is only supported up to PHP 5.5. As Cachify now requires PHP 5.6 or later, there is no point in maintaining legacy APC support.

We also introduce an admin notice, if the configured backend is not available. This applies to all backends except DB.

cachify_notice_apc

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
2 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud