Home › Forums › Other › Development environment to use different PHP versions › Reply To: Development environment to use different PHP versions
November 11, 2016 at 5:46 am
#247768
Participant
I think you don’t need to install different versions of php for different development environment. One way to do this is to have your main version of php set up with mod_php and run all of the others through fast cgi on different ports (i.e. 81, 82, 83 etc). This won’t guarantee totally consistent behavior though.