備忘一下:
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.