Control Web Panel lists the PHP version in use by the server in multiple locations. This guide will cover how to determine the PHP version.
CWP User
- Log into the CWP User
- In the sidebar, locate the PHP version
EXAMPLE: The PHP version in this example image is 5.6.
CWP Admin
- Log into CWP Admin
- Navigate to PHP short info, located under PHP Settings
TIP: You can also find the PHP version under PHP info. - Locate the PHP version, listed at the top
EXAMPLE: The PHP version in this example image is 5.6.
IMPORTANT: If viewing PHP Selector or PHP-FPM Selector, multiple PHP versions may be listed as Not installed. This means that those PHP versions have not been added to the Selector, but may be available on the server itself.
Command Line
IMPORTANT: This solution will require root access. If this needs to be obtained, follow the guide on requesting root access.
- SSH into the server as root
- Run
php -v
EXAMPLE: The PHP version in this example image is 7.4.
Comments
0 comments
Article is closed for comments.