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?

28 of 40 people (70%) answered Yes
Recently 7 of 10 people (70%) 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.