Answer the question
In order to leave comments, you need to log in
How can I find out what version of php is being used?
I'm using XAMPP and I need to know what version of php is being used. Tell me, please, how can this be done?
Answer the question
In order to leave comments, you need to log in
php -v in console
Or create a temporary file and write in it:
<?php
phpinfo();
echo phpversion();
Well, if you need to change, then the path to the web server config.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question