備忘一下:
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.
##以上這篇就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持PHP中文網。 更多phpstudy預設不支援64位元php的解決方法相關文章請關注PHP中文網!