5

I'm trying to figure out which version of Apache is on the latests XAMPP builds ( 1.8.2-5 and 1.8.3-4 ).

I've checked the XAMPP website, tried googling the question and browsed through the folders on my XAMPP install to try to find a readme or something.

user2018084
  • 2,254

2 Answers2

12

Run in command line

<xampp_dir>\apache\bin\httpd -v

It prints Apache version.

For example I had installed XAMPP to C:\Aplikace\xampp directory and type into Command Line

C:\Aplikace\xampp\apache\bin\httpd -v

that responsed

Apache version output

Misaz
  • 666
  • 3
  • 11
  • 24
0
  • Go to xampp folder where you installed xampp
  • Find apache?
  • xampp->apache->bin->httpd->right click->properties->details->version find php version in xampp
  • xampp control panel which, after the complete installation, contains start, stop, config, etc.
  • There you find shell-> click->type php-v
  • mariaDB version in xampp?
  • Type localhost/phpmyadmin after installation on url
  • Find sql
  • Type select version(); and hit enter
fixer1234
  • 28,064