From 2488ec3def24b7523c457075ad4a87a3dec72c4b Mon Sep 17 00:00:00 2001 From: i582 Date: Fri, 30 Jul 2021 21:03:47 +0300 Subject: [PATCH] cnd: default version has been changed to 8.0 --- cmd/php-parser/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/php-parser/main.go b/cmd/php-parser/main.go index 5bfd945..e64a883 100644 --- a/cmd/php-parser/main.go +++ b/cmd/php-parser/main.go @@ -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()