Home >Backend Development >PHP Tutorial >PHP For Windows/php-5.6.11-Win32-VC11-x64 startup script, vc11x64_PHP tutorial

PHP For Windows/php-5.6.11-Win32-VC11-x64 startup script, vc11x64_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 09:45:01923browse

PHP For Windows/php-5.6.11-Win32-VC11-x64 startup script, vc11x64

Start 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

Another: php.ini-production download

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1043453.htmlTechArticlePHP For Windows/php-5.6.11-Win32-VC11-x64 startup script, vc11x64 starts php-cgi. bat @echo off E: cd E:php-5.6.11-Win32-VC11-x64 php-cgi.exe -b 127.0.0.1:9000 -cphp.ini-production pa...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn