Different sites need different PHP versions. Old scripts run on 7.4, new ones on 8.1+. In cPanel you can change version per domain.
Steps:
- cPanel → “Software” section → Select PHP Version (may be called MultiPHP Manager).
- Pick the domain in the list.
- From the dropdown pick the version (7.4, 8.0, 8.1, 8.2, 8.3 — depends on plan).
- Click Apply. Done.
Enable/disable extensions:
PHP options (php.ini):
- Options tab.
- Change
memory_limit,upload_max_filesize,post_max_size,max_execution_timeetc. - Save.
Tip:
Before switching version check if your CMS supports it. A sudden jump from 7.4 to 8.2 can break old WordPress plugins. Test on a staging copy first.
