Skip to main content
SpeedyPage uses Hardened PHP, which patches vulnerabilities in older PHP versions. You can run legacy applications on older versions without the usual security risks.

Change your PHP version

1

Open the PHP Selector

Log in to cPanel through your client area or at yourdomain.com/cpanel. Go to Software and click Select PHP Version.
2

Select a version

Click the current version number, choose the version you need, and click Set as Current.
Changing PHP versions can break compatibility with some applications. Test your site after switching.

Manage PHP extensions

In the PHP Selector, open the Extensions tab. Use the checkboxes to enable or disable modules, then click Save.

Adjust PHP settings

Open the Options tab in the PHP Selector to configure settings like:
SettingWhat it controls
memory_limitMaximum memory a script can use
post_max_sizeMaximum size of POST data
upload_max_filesizeMaximum file upload size
disabled_functionsFunctions blocked from execution
When increasing the upload size limit, set post_max_size equal to or larger than upload_max_filesize, or uploads will silently fail.