Page 1 of 1

swapping between php versions

PostPosted: 17. February 2016 15:43
by mwsasser
I'd like to swap back and forth between PHP 5.6.x and PHP 7.x.x for code testing. Is there an easy method someone can recommend to do this?

Re: swapping between php versions

PostPosted: 17. February 2016 17:13
by Nobbie
I would create two VirtualHosts and inside each assign another PHP CGI Version.

Re: swapping between php versions

PostPosted: 22. February 2016 16:09
by mwsasser
Hmm, I'm not sure that would work for me. I was thinking there would be something I could comment in/out in an apache config file.