Closed
Description
in book/reqs.go
there is a code:
minv, err := version.NewVersion("8.1.0")
(...)
if v.FullVersion.GreaterThan(minv) {
terminal.Printfln("<info>[OK]</> PHP installed version %s (%s)", v.FullVersion, v.PHPPath)
} else {
ready = false
terminal.Printfln("<error>[KO]</> PHP installed; version %s found but we need version 7.2.5+ (%s)", v.FullVersion, v.PHPPath)
As I understand, it checks version, and if not 8.1 or higher, shows message:
version %s found but we need version 7.2.5+
The requirement and message is inconsistent.
Metadata
Metadata
Assignees
Labels
No labels