Skip to content

Instantly share code, notes, and snippets.

@lily-zhangying
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lily-zhangying/9295c5221fa29d429d52 to your computer and use it in GitHub Desktop.
Save lily-zhangying/9295c5221fa29d429d52 to your computer and use it in GitHub Desktop.
Windows安装php-cgi

Windows下安装php-cgi

windows安装方法很多,下面介绍最简单的一种。

直接安装xampp

  • 地址:[http://www.apachefriends.org/zh_cn/index.html]
  • 下载xampp并安装,将xampp/php路径加入环境变量中。
  • 就安装了php和php-cgi。
  • cmd命令行输入php-cgi -v ,就看到php-cgi版本号。php-cgi就装好啦
@yanhaijing
Copy link

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment