windows上用phpstudy比較簡(jiǎn)便,但是其默認(rèn)的php所有版本都是32位的,有坑,比如int最大值。
所以從php官網(wǎng)下載一個(gè)64位的php7丟到phpstudy的php目錄下面去(和其他版本一起的那個(gè)目錄);
丟進(jìn)去之后,把名字改短一點(diǎn),停掉并重啟PHPStudy,會(huì)自動(dòng)加載剛丟進(jìn)去的php版本,切換過來即可。
我用的是nginx+php,其他類型如APACHE, IIS 等 未嘗試
注意:PHP官網(wǎng)指出來了,只有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.
以上這篇就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考