You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// exact match not found, fallback to minor version check
171
160
newVersionPrefix:=versionPrefix[:pos]
172
-
warning=fmt.Sprintf(`the current dir requires PHP %s (%s), but this version is not available: fallback to %s`, versionPrefix, source, newVersionPrefix)
161
+
ifversionPrefix[pos+1:] !="99" {
162
+
warning=fmt.Sprintf(`the current dir requires PHP %s (%s), but this version is not available: fallback to %s`, versionPrefix, source, newVersionPrefix)
0 commit comments