cnd: default version has been changed to 8.0

This commit is contained in:
i582 2021-07-30 21:03:47 +03:00
parent 72cd222aeb
commit 2488ec3def

View File

@ -60,7 +60,7 @@ func main() {
printErrors = flag.Bool("e", false, "print errors")
dump = flag.Bool("d", false, "dump")
flag.StringVar(&profiler, "prof", "", "start profiler: [cpu, mem, trace]")
flag.StringVar(&phpVer, "phpver", "7.4", "php version")
flag.StringVar(&phpVer, "phpver", "8.0", "php version")
flag.Parse()