Docker Makes Upgrading To PHP7 Easy
Last year at php[tek] 2015 during the hack time I messed around and created a Docker image to run and test PHP7. It was surprisingly easy and I quickly learned that the app I was working on at the time ran fine in PHP7, good deal. So since then I’ve been awaiting the general availability release of PHP7 to move forward with upgrading my apps.
The main thing holding me back was I just didn’t want to maintain an image based on compiling from source.