Tuesday, June 29, 2010

PHP: Check PHP version in Linux

Step 1: Execute this command
Code:

php -v


Step 2: after you have send this command, you should see something like this:
Code:

[root@host ~]# php -v
PHP 5.0.5 (cli) (built: Apr 26 2006 09:47:41)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.5, Copyright (c) 1998-2004 Zend Technologies




If you find this useful, would you like to buy me a drink? No matter more or less, it will be an encouragement for me to go further. Thanks in advance!! =)

No comments:

Post a Comment