在phpstudy中选择5.6版本,注意一定要这个版本
但是安装完成之后,却发现输入localhost只显示了很长的一段代码,说缺少zend
这时候就进入官网下载对应的zend
http://www.zend.com/guard/downloads
选择配套PHP5.6版本的zend
把ZendLoader.dll和php_opcache.dll覆盖到D:\phpStudy\php\php-5.5.38\ext中
[Zend.loader]
zend_loader.enable=1
zend_loader.disable_licensing=1
zend_loader.obfuscation_level_support=3
zend_loader.license_path=
zend_extension="你的PHP安装目录\ext\ZendLoader.dll"
记得phpstudy 启用系统服务,不然还是没啥用