phpstudy默认不支持64位php的解决方法
发布:smiling 来源: PHP粉丝网 添加日期:2018-08-02 15:56:41 浏览: 评论:0
备忘一下: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.
Tags: phpstudy 64位php
相关文章
- ·phpStudy访问速度慢和启动失败的解决办法(2021-06-26)
推荐文章
热门文章
最新评论文章
- 写给考虑创业的年轻程序员(10)
- PHP新手上路(一)(7)
- 惹恼程序员的十件事(5)
- PHP邮件发送例子,已测试成功(5)
- 致初学者:PHP比ASP优秀的七个理由(4)
- PHP会被淘汰吗?(4)
- PHP新手上路(四)(4)
- 如何去学习PHP?(2)
- 简单入门级php分页代码(2)
- php中邮箱email 电话等格式的验证(2)