【win7】安装开发环境

1. 通用版主分支合并到v3,并删除data下无用文件或添加data有用文件

2. xampp php7与php5切换 是否可以行?

换phpstudy 默认支持php 32位,而我们要下载支持64的php5.6, php7.2且非线程

https://windows.php.net/downloads/releases/php-5.6.40-nts-Win32-VC11-x64.zip

https://windows.php.net/downloads/releases/php-7.2.16-nts-Win32-VC15-x64.zip

【phpstudy安装64位PHP】https://blog.csdn.net/weixin_36185028/article/details/76144941

3.【redis】安装

运行redis服务

D:\soft\redis\redis-server.exe --service-run redis.windows.conf

4.【memcached】安装

D:\soft\memcached\memcached.exe -d runservice

猜你喜欢

转载自www.cnblogs.com/opensmarty/p/10635856.html