Open syarfandi opened 1 year ago
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
easy way to change multiple PHP version please