faqts : Computers : Programming : Languages : PHP : Installation and Setup : PHP4

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

29 of 41 people (71%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How can i check my PHP installed version in Linux?

Jun 14th, 2002 08:43
Kelson Vibber, balram n,


Try the following command line:
php -v
Alternatively, you can use the phpinfo() function in a PHP template.