PHP For Windows/php-5.6.11-Win32-VC11-x64启动脚本,vc11x64
程序员文章站
2022-05-24 12:37:42
...
PHP For Windows/php-5.6.11-Win32-VC11-x64启动脚本,vc11x64
启动php-cgi.bat
@echo off
E:
cd E:\php-5.6.11-Win32-VC11-x64
php-cgi.exe -b 127.0.0.1:9000 -c php.ini-production
pause
另:php.ini-production下载
上一篇: Mysql数据库学习心得(3)
下一篇: 查找出现次数最多的字符PHP代码