mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-10 07:53:56 +02:00
Link to PHP Versions
This commit is contained in:
@@ -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/).
|
||||
|
@@ -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.
|
||||
|
@@ -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/).
|
||||
|
Reference in New Issue
Block a user