Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I see if my XAMPP is running 32 bit or 64 bit?

Tags:

php

xampp

I have tried going into PHPInfo but there is nothing that tells me if it's 64 bit or 32 bit. What is the easiest way to tell this?

like image 993
coderama Avatar asked Feb 17 '15 06:02

coderama


People also ask

Is XAMPP 32 or 64 bit?

If you're running windows, XAMPP is running a 32bit version of php, no matter of the installer's architecture.

Can XAMPP run on 32 bit?

XAMPP is available for the 64-bit as well as 32-bit architectures, but on the official website of the XAMPP, Apache Friends only 64-bit architecture installer is available to download.

What is Apache server in XAMPP?

Apache Xampp is an open source tool used for running PHP or PERL Web applications locally using a Web server. It is available for all major operating systems and is popular with Windows users to locally build and test their Web apps.

What is XAMPP server in PHP?

XAMPP (/ˈzæmp/ or /ˈɛks. æmp/) is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.


2 Answers

If you're running windows, XAMPP is running a 32bit version of php, no matter of the installer's architecture.

UPDATE 10/23/2019 It would appear that since the latest build (Sep 24 2019) Xampp now serves x64 by default and not x32

You can check your version by running php -v and reading the build date & architecture

like image 171
Slim Avatar answered Oct 20 '22 00:10

Slim


You can use this command on your cmd - D:\InstalledSoftware\xampp\apache\bin\httpd -v Find your xampp folder then type this- \apache\bin\httpd -v

For More Details- https://superuser.com/questions/791887/apache-version-in-xampp/1091133

like image 26
iamtheasad Avatar answered Oct 20 '22 01:10

iamtheasad