wnmp
wnmp copied to clipboard
easy way to change multiple PHP version please
easy way to change multiple PHP version please
private static string[] GetPHPVersions() { if (Directory.Exists($"{Program.StartupPath}\\php-bins") == false) return Array.Empty<string>(); return Directory.GetDirectories(Program.StartupPath + "\\php-bins").Select(d => new DirectoryInfo(d).Name).ToArray(); }
put your other full version PHP dir into 'php-bins' dir