- Forums
- Linux
- How To Find What Version of PHP You Have In Linux Using SSH Commands
Finding What Version Of Php You Have Installed On Your Linux Server Is Eash With Just One Console Terminal Shell Command In Ssh [3251], Last Updated: Mon Jun 24, 2024
Webune Tutorials
Mon Oct 12, 2009
0 Comments
546 Visits
Welcome to Webune Support Forums.
We have Dependable and Affordable Linux Dedicated Servers.
today we are going to give you the command you need to find out what version of php you have installed in your Linux Dedicated Server.
the shell command is very simple, just be sure you are logged in as super user [root] and execute this shell command in your SSH session:
UNIX COMMAND
php -v
then you should get somethin like this:
OUTPUT
PHP 5.1.6 (cli) (built: Apr 7 2009 08:00:04)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
that was easy !!!
Webune Support