How to upgrade PHP version on CentOS 7

⚠ CentOS 7 reached end-of-life on 30 June 2024. It no longer receives security updates. If you’re still on CentOS 7, plan a migration to AlmaLinux 9 or Rocky Linux 9 – both are free, RHEL-compatible successors. The modern steps are included below. PHP updates matter for both security and performance – each major version […]

Read More

How to install xcache on CentOS 6

XCache is an extension for PHP that caches its operational code. It speeds up loading time of the pages that had already been visited and overall increases the website’s loading speed.

Read More