We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1424d7 commit 1b4fac0Copy full SHA for 1b4fac0
1 file changed
restart_php.bat
@@ -1,6 +1,7 @@
1
@IF [%1] == [] GOTO usage
2
3
@taskkill /im php-cgi.exe /F > NUL
4
+@set PHP_FCGI_MAX_REQUESTS=0
5
@start "PHP %1 FastCGI" /B "%1\php-cgi.exe" -b localhost:9000
6
@echo Started PHP %1 FastCGI on port 9000.
7
0 commit comments