From adde4ee8d99eb6d7b7b37fb0fc63ae4b33de5e07 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Thu, 12 Jul 2012 17:20:07 -0400 Subject: [PATCH] Test PHP5.3.3 --- .travis.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4c8107d..92c37c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: + - 5.3.3 - 5.3 - 5.4 diff --git a/README.md b/README.md index 6bfdd03..11fc9f7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Build up your application through simple interfaces and re-use your application Shell access is required and a dedicated machine with root access is recommended. To avoid proxy/firewall blockage it's recommended WebSockets are run on port 80, which requires root access. Note that you can not run two applications (Apache and Ratchet) on the same port, thus the requirement for a separate machine (for now). + PHP 5.3.3 (or higher) is required. If you have access, PHP5.4 is recommended for its performance improvements. Cookies from your domain will be passed to the socket server, allowing you to identify users.