Posted on , Development
How to execute multiple versions of PHP on macOS using the CLI
Many sites still required php 7.4 even though it’s older and now considered deprecated. That being said, it’s still important to test with newer versions of PHP. Combined with PHP having a quicker release cycle PHP 8, 8.1, and 8.2 are on their way. I have to work with a couple of versions regularly in…