So I've searched around to find the download for PHP 7 that supports 64-bit integers. No luck. Obviously, I've already checked https://php.net and anything I download says Win32
. I'm assuming that means windows 32-bit... Which I would guess supports up to 32-bit integers. Where can I download PHP 7 that supports 64-bit integers for Windows?
Note: I'm using Apache
anything I download says Win32. I'm assuming that means windows 32-bit...
Normally it would, but they also use "x86" and "x64", which represent a 32-bit build and 64-bit build respectively. I'd try one of the "x64" builds to see if it does what you need.