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)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.