i have a trick for windows 11 easy way to run over php 8 script bat
here is the code bat @echo off cd C:\D\nginx-1.26.1 IF "%1" == "stop" ( GOTO STOPSERVER )else IF "%1" == "start" ( GOTO STARTSERVER )else ( echo…
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
here is the code bat @echo off cd C:\D\nginx-1.26.1 IF "%1" == "stop" ( GOTO STOPSERVER )else IF "%1" == "start" ( GOTO STARTSERVER )else ( echo…
run php8 first php-cgi.exe -b 127.0.0.1:9999 config for nginx.conf http { include mime.types; default_type application/octet-stream; server { listen …