Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Development environment to use different PHP versions Reply To: Development environment to use different PHP versions

#247768
StrategyBeach
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.