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?
If you're running windows, XAMPP is running a 32bit version of php, no matter of the installer's architecture.
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.
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.
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.
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
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With