check php fpm version ubuntu

Solutions on MaxInterview for check php fpm version ubuntu by the best coders in the world

showing results for - "check php fpm version ubuntu"
Vanessa
17 Jan 2020
1#Checking and printing PHP version installed on your Linux and Unix server
2#To find out php version installed on the server type any one of the following commands on your server.
3
41.Open the terminal prompt and then type the following commands.
52.Login to the server using the ssh command. For example: ssh user@linux-unix-server
63.Display PHP version, run: php --version OR php-cgi --version
74.To print PHP 7 version, type: php7 --version OR php7-cgi --version
85.Find latest PHP 8 version, type: php8 --version OR php8-cgi --version