Releases: JeroenBakker/segment-analytics-php
Releases · JeroenBakker/segment-analytics-php
3.8.1: Convert the exec output to string
exec outputs an array of lines, handleError() only accepts strings. This causes a TypeError due to strict_types, and is very hard to debug.