Link to PHP Versions

This commit is contained in:
Phil Sturgeon
2016-02-20 11:04:42 -05:00
parent 0e875747a0
commit 355d887de5
3 changed files with 6 additions and 2 deletions

View File

@@ -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/).

View File

@@ -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.

View File

@@ -18,3 +18,5 @@ anchor: php_paas_providers
* [Google App Engine](https://developers.google.com/appengine/docs/php/gettingstarted/)
* [Jelastic](http://jelastic.com/)
* [Platform.sh](https://platform.sh/)
To see which versions these PaaS hosts are running, head over to [PHP Versions](http://phpversions.info/paas-hosting/).