Shared Hosting (cPanel)

PHP Version Management

Updated 1 min read
Knowledge base article
Contents (5 sections)

Check Current PHP Version

  1. Login to cPanel
  2. Go to MultiPHP Manager
  3. Your domains are listed with their PHP versions

Change PHP Version

  1. cPanel > MultiPHP Manager
  2. Check the box next to your domain
  3. Select the desired PHP version from the dropdown
  4. Click Apply

Available Versions

  • PHP 7.4 (legacy, end of life)
  • PHP 8.0
  • PHP 8.1
  • PHP 8.2 (recommended for most sites)
  • PHP 8.3 (latest)

PHP Settings (php.ini)

Go to cPanel > MultiPHP INI Editor to change:

  • upload_max_filesize (file upload limit)
  • post_max_size (form data limit)
  • max_execution_time (script timeout)
  • memory_limit (PHP memory)

Common Issues

  • "500 Error" after PHP upgrade: Your code may not be compatible. Revert to previous version.
  • WordPress recommends PHP 8.0 or higher

Was this article helpful?

Your answer helps us decide what to improve next.

Still need help? Open a support ticket and our team will reply.

Prefer an app? Add this site to your home screen.Get the app
PHP Version Management - Knowledge Base