diff --git a/_posts/12-04-01-Shared-Servers.md b/_posts/12-04-01-Shared-Servers.md index 33682ee..f33127a 100644 --- a/_posts/12-04-01-Shared-Servers.md +++ b/_posts/12-04-01-Shared-Servers.md @@ -10,3 +10,5 @@ the latest version. Shared servers allow you and other developers to deploy webs this is that it has become a cheap commodity. The downside is that you never know what kind of a ruckus your neighboring tenants are going to create; loading down the server or opening up security holes are the main concerns. If your project's budget can afford to avoid shared servers you should. + +To make sure your shared servers are offering the latest versions of PHP, check out [PHP Versions](http://phpversions.info/shared-hosting/). diff --git a/_posts/12-05-01-Building-your-Application.md b/_posts/12-05-01-Building-your-Application.md index 69cccdb..1ccf26b 100644 --- a/_posts/12-05-01-Building-your-Application.md +++ b/_posts/12-05-01-Building-your-Application.md @@ -64,7 +64,7 @@ just deploy your app but can build your whole server environment or virtual boxe *-- Martin Fowler* -There are different ways to implement continuous integration for PHP. Recently [Travis CI] has done a great job of +There are different ways to implement continuous integration for PHP. [Travis CI] has done a great job of making continuous integration a reality even for small projects. Travis CI is a hosted continuous integration service for the open source community. It is integrated with GitHub and offers first class support for many languages including PHP. diff --git a/_posts/16-05-01-PHP-PaaS-Providers.md b/_posts/16-05-01-PHP-PaaS-Providers.md index 793bc39..c50dc16 100644 --- a/_posts/16-05-01-PHP-PaaS-Providers.md +++ b/_posts/16-05-01-PHP-PaaS-Providers.md @@ -17,4 +17,6 @@ anchor: php_paas_providers * [Windows Azure](http://www.windowsazure.com/) * [Google App Engine](https://developers.google.com/appengine/docs/php/gettingstarted/) * [Jelastic](http://jelastic.com/) -* [Platform.sh](https://platform.sh/) \ No newline at end of file +* [Platform.sh](https://platform.sh/) + +To see which versions these PaaS hosts are running, head over to [PHP Versions](http://phpversions.info/paas-hosting/).