18

I am using xampp on my Ubuntu OS. And I need to know what version of PHP my xampp is using. How do I do that?

Radu Rădeanu
  • 174,089
  • 51
  • 332
  • 407

3 Answers3

21

Put this in your root directory:

<?php
phpinfo();
?>

Save it as phpinfo.php and point your browser to it (this could be http://localhost/phpinfo.php)

  • More information (you can get much more information than just the version).
  • Example (random image):

Screenshot of phpinfo() output

Rinzwind
  • 309,379
7

Try with command from terminal

sudo /opt/lampp/bin/php -v
Radu Rădeanu
  • 174,089
  • 51
  • 332
  • 407
2707974
  • 10,758
5

first you have to need the version of your Xampp

xampp -v 

or

xampp --version

Then you can check the php version from xampp website

you can't know it from command line since it's bundled inside the Xampp