Switch php versions from php5.6 to php 7.2 or php 7.2 to php5.6
Sometimes while working on multiple projects, as a developer we generally needs to switch php version. Suppose we are working on multiple projects. One is being developed on php 7.2 version and another is based on php 5.6. So in that situation if we enable only php 7.2 or php 5.2 for both project they will not work… Read More »