备忘一下:
windows上用PHPstudy比较简便,但是
其默认的PHP所有版本都是32位的
,有坑,比如int最大值。所以从PHP官网 点击打开链接http://windows.PHP.net/download#PHP-7.0-nts-VC14-x64 , 下载一个64位的PHP7丢到PHPstudy的PHP目录下面去(和其他版本一起的那个目录);
丢进去之后,把名字改短一点,停掉并重启PHPstudy,会自动加载刚丢进去的PHP版本,切换过来即可。
我用的是Nginx+PHP,其他类型如APACHE,IIS 等 未尝试
注意:PHP官网指出来了,只有7以上才支持64位,以前的都是32位的
x86_64 Builds
The x64 builds of PHP 5 for Windows are experimental,and do not provide 64-bit integer or large file support.
PHP 7 provides full 64-bit support. The x64 builds of PHP 7 support native 64-bit integers,LFS,64-bit memory_limit and much more.
原文链接:https://www.f2er.com/php/17898.html