I've been using XAMPP as my local development server for years. The problem is that when I have several projects that require different PHP versions, I have to install complete XAMPP installations with the required PHP version. Is there a way to switch the PHP version in each project using a...