How to Check Your PHP Version and Make Changes Without CPanel
How can I check my PHP version? To find out php version installed on the server type any one of the following commands on your server. Open the terminal prompt and then type the following commands. Login to the server using the ssh command. Display PHP version, run: php –version OR php-cgi –version. Read more … Read more