PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, July 2, 2022

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

 July 02, 2022     php, xampp     No comments   

Issue

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?


Solution

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



Answered By - Slim
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing