Test PHP5.3.3

This commit is contained in:
Chris Boden 2012-07-12 17:20:07 -04:00
parent 6e64d1e9d1
commit adde4ee8d9
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
language: php language: php
php: php:
- 5.3.3
- 5.3 - 5.3
- 5.4 - 5.4

View File

@ -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. 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. 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). 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. 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. Cookies from your domain will be passed to the socket server, allowing you to identify users.