如何在Windows 7 64中的64位Apache上运行和启用PHP 64位?
I have installed PHP 5.5 64 Bit, as well as Apache 2.4 64Bit on my Windows 7 64 bit PC, bit MAX_INT is still displaying a 32 bit number (2147483647). The whole point of me doing these installations was to increase MAX_INT.
I cannot seem to find any info on this, so any help with getting PHP running as 64 Bit would be much appreceated.
Seems only solution is to bypass Windows. Install VirtualBox with a 64 bit version of Linux, Apache and PHP 64 Bits, then at least it works.
I had Ubuntu 64Bit installed and get a MAX_INT of 9223372036854775807. Not ideal, as moving servers is a schlep, but it's much better and worth it in the end.
Could I suggest, say, WAMP Server 64 bit? The problem you might be having is the build of Apache. I don't think there's an official build of Apache 64 bit for Windows.
Now you've a chance to test upcoming PHP7 - http://windows.php.net/downloads/snaps/master/ with full 64-bit support.