dxw / whippet-server

Whippet Server launches a stand-alone web server for a specific WordPress installation. It makes WordPress easier to develop with, for example, by adding lots of debug information to the terminal without cluttering up or breaking your templates.
ISC License
80 stars 6 forks source link

Use Ubuntu Vivid #48

Closed mallorydxw closed 9 years ago

mallorydxw commented 9 years ago

Trusty (LTS) uses PHP 5.5 which for whatever reason has an issue with using file_get_contents() on HTTPS URLs. This was causing issues with an API used by one of the projects we were working on.