From 25fa2b02a19d440b1dbfdd458d68330c51b567a1 Mon Sep 17 00:00:00 2001 From: Stephen Hoogendijk Date: Thu, 23 Jul 2015 10:11:13 +0200 Subject: [PATCH] Updated README.MD --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b367933a4b..9705151f88 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ Installation can be done with composer: composer require influxdb/influxdb-php:dev-master +### NOTE for PHP 5.3 and PHP 5.4 users + +If you use either PHP 5.3 and PHP 5.4, the 0.1.x release is still supported (bug fixes and new release fixes). +The 0.1.x branch will work on PHP 5.3 and PHP 5.4 but doesn't contain all the features that the 1.0.0 release has such as UDP support. + ### Getting started Initialize a new client object: