Soup-up your dev environment with Fast CGI process Manager: PHP-FPM! Say you have already set yourself up with a web development environment following Andy Miller’s macOs dev setup guides part one and part two. However one can grow tired of pulling that daily PHP version switch. The question is: Is there a way to run multiple instances of PHP side by side? Yes! There is a way. Let’s find out how: Standard Firstly, a quick recap on how things are currently wired up and how apache is capable of rendering a php file using x-httpd-php, and mod_php. The apache_core enables apache to map the...