DataDog / php-datadogstatsd

A PHP client for DogStatsd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unexpected [ array bracket fix on PHP = 5.3.0

youshef opened this issue · comments

When executing against PHP 5.3.0, the array declaration using the brackets syntax [] provoke the error :

Parse error: syntax error, unexpected '[' in (...)

Replacing [] by array() in /src/DogStatsd.phpline 63 will resolve the issue.