Skip to content

Commit 2488ec3

Browse files
author
i582
committed
cnd: default version has been changed to 8.0
1 parent 72cd222 commit 2488ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/php-parser/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func main() {
6060
printErrors = flag.Bool("e", false, "print errors")
6161
dump = flag.Bool("d", false, "dump")
6262
flag.StringVar(&profiler, "prof", "", "start profiler: [cpu, mem, trace]")
63-
flag.StringVar(&phpVer, "phpver", "7.4", "php version")
63+
flag.StringVar(&phpVer, "phpver", "8.0", "php version")
6464

6565
flag.Parse()
6666

0 commit comments

Comments
 (0)