PHP is the server-side scripting language used by most modern websites and applications, including:
WordPress
Laravel
WHMCS
Joomla
Magento
Drupal
Your hosting account allows you to select the PHP version used by your website. Choosing the correct PHP version is important for:
Website compatibility
Better performance
Improved security
Faster loading speeds
Application stability
You may need to change your PHP version if:
Situation | Reason |
|---|---|
Website showing errors | PHP incompatibility |
Plugin/theme not working | Requires different PHP version |
Website slow | Older PHP versions are slower |
Security concerns | Old PHP versions are unsupported |
Installing new applications | Application requires latest PHP |
PHP Version | Status |
|---|---|
PHP 8.3 | Recommended |
PHP 8.2 | Stable |
PHP 8.1 | Supported |
PHP 7.x | Older / Less Secure |
Always use the latest PHP version compatible with your application.
Before switching PHP versions:
Backup your website
Backup databases
Verify application compatibility
Check plugin/theme compatibility
Open your cPanel login URL:
https://yourdomain.com:2083or access through:
https://my.govaio.com/loginEnter your cPanel username and password.
Depending on server configuration, open one of the following:
Select PHP Versionor
MultiPHP Manageror
PHP SelectorThese options are usually located under the:
Software section
Tools section
This is the most common method on CloudLinux hosting servers.
Click:
Select PHP VersionYou will see a dropdown menu containing available PHP versions.
Example:
PHP 8.3Select your desired PHP version.
Click:
Set as CurrentYour new PHP version will now be activated.
Some servers use MultiPHP Manager instead.
Click:
MultiPHP ManagerChoose the domain you want to modify.
Example:
yourdomain.comChoose desired PHP version from dropdown.
Example:
ea-php83Click:
ApplyYou can confirm PHP version using:
Reopen PHP selector to verify selected version.
Create a file named:
phpinfo.phpAdd:
<?php
phpinfo();
?>Upload inside:
public_htmlOpen in browser:
https://yourdomain.com/phpinfo.phpYou will see detailed PHP configuration information.
Delete this file after testing for security reasons.
Some applications require additional PHP extensions.
Popular extensions:
Extension | Purpose |
|---|---|
mysqli | MySQL database support |
curl | External API requests |
gd | Image processing |
zip | ZIP archive handling |
intl | Internationalization |
mbstring | Multibyte string handling |
Inside:
Select PHP VersionYou may enable or disable extensions using checkboxes.
Incompatible plugins or themes.
Disable problematic plugins
Switch to supported PHP version
Old scripts incompatible with new PHP version.
Update application
Update plugins/themes
Unsupported PHP functions or .htaccess issues.
Revert PHP version
Check error logs
Missing PHP extensions.
Enable required PHP modules.
Typical recommended settings:
Setting | Recommended Value |
|---|---|
memory_limit | 256M |
upload_max_filesize | 128M |
post_max_size | 128M |
max_execution_time | 300 |
Inside:
Select PHP VersionClick:
OptionsModify PHP configuration values.
Application | Recommended PHP |
|---|---|
WordPress | PHP 8.2 / 8.3 |
Laravel | PHP 8.2+ |
WHMCS | PHP 8.1+ |
Magento | PHP 8.2 |
Avoid outdated PHP versions
Regularly update applications
Remove unused plugins/themes
Disable dangerous PHP functions when possible
PHP 8.3 is generally recommended for performance and security.
Possibly. Some older applications may become incompatible.
Yes. Many hosting servers support per-domain PHP versions.
Switch back to the previous PHP version and check compatibility.
Check your application documentation or hosting support recommendations.
If you need assistance changing or troubleshooting PHP versions, contact support:
📧 support@govaio.com