@ -98,6 +98,10 @@ def getPhpVer(expect=83):
if (t == expect):
is_find = True
return str(t)
new_ex = expect[0:1]+"."+expect[1:2]
if t.find(new_ex) > -1:
if not is_find:
if len(v) > 1:
return v[1]['version']