5
How to check PHP version on XAMPP
Option 1 |
Open C:\xampp\readme.txt
+ PHP 7.4.1 (VC15 X86 64bit thread safe) + PEAR + Apache 2.4.41 + MariaDB 10.4.11 + phpMyAdmin 5.0.1 + Tomcat 7.0.99 + XAMPP Control Panel Version 3.2.4. + OpenSSL 1.1.0g + ADOdb 518a |
Option 2 |
Create a php file phpinfo.php (C:\xampp\htdocs\phpinfo.php) and save file with this code:
<?php phpinfo(); ?>Point your browser to http://localhost/phpinfo.php |
Option 3 |
Point your browser to http://localhost/phpmyadmin/index.php
Check Web Server info in right sidebar:
Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.4.1 Database client version: libmysql - mysqlnd 7.4.1 PHP extension: mysqli Documentation curl Documentation mbstring Documentation PHP version: 7.4.1 |
rated 5 times
(5)
(0)
comments: 0 / hits: 1121
/ 1 year ago, wed, feb 12, 20, 02:14:06
More From
» Plain Text
Comments
There are no comments for this Snippet yet
Only authorized users can post. Please sign in first, or register a free account